Disable asserts by default on msvc build (to make it the same

as in unix)
This commit is contained in:
Magnus Hagander 2007-12-06 17:07:37 +00:00
parent 59c841506c
commit a0c4ac77ad
1 changed files with 1 additions and 1 deletions

View 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>