Commit a0c4ac77 authored by Magnus Hagander's avatar Magnus Hagander

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

as in unix)
parent 59c84150
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment