Disable asserts by default on msvc build (to make it the same
as in unix)
This commit is contained in:
parent
59c841506c
commit
a0c4ac77ad
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user