mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Disable asserts by default on msvc build (to make it the same
as in unix)
This commit is contained in:
parent
59c841506c
commit
a0c4ac77ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue