Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a0c4ac7

Browse files
committed
Disable asserts by default on msvc build (to make it the same
as in unix)
1 parent 59c8415 commit a0c4ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/config.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use warnings;
44

55
our $config = {
6-
asserts=>1, # --enable-cassert
6+
asserts=>0, # --enable-cassert
77
integer_datetimes=>0, # --enable-integer-datetimes
88
nls=>undef, # --enable-nls=<path>
99
tcl=>'c:\tcl', # --with-tls=<path>

0 commit comments

Comments
 (0)