From: Magnus Hagander Date: Thu, 6 Dec 2007 17:07:37 +0000 (+0000) Subject: Disable asserts by default on msvc build (to make it the same X-Git-Tag: REL9_0_0~4413 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a0c4ac77add62606cbeaf2a9f243e2cc3228ef59;p=pg-rex%2Fsyncrep.git Disable asserts by default on msvc build (to make it the same as in unix) --- diff --git a/src/tools/msvc/config.pl b/src/tools/msvc/config.pl index 6b5b418280..548485a074 100644 --- a/src/tools/msvc/config.pl +++ b/src/tools/msvc/config.pl @@ -3,7 +3,7 @@ use strict; use warnings; our $config = { - asserts=>1, # --enable-cassert + asserts=>0, # --enable-cassert integer_datetimes=>0, # --enable-integer-datetimes nls=>undef, # --enable-nls= tcl=>'c:\tcl', # --with-tls=