OSDN Git Service

Disable asserts by default on msvc build (to make it the same
authorMagnus Hagander <magnus@hagander.net>
Thu, 6 Dec 2007 17:07:37 +0000 (17:07 +0000)
committerMagnus Hagander <magnus@hagander.net>
Thu, 6 Dec 2007 17:07:37 +0000 (17:07 +0000)
as in unix)

src/tools/msvc/config.pl

index 6b5b418..548485a 100644 (file)
@@ -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=<path>
     tcl=>'c:\tcl',             # --with-tls=<path>