mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Disable asserts by default on msvc build (to make it the same
as in unix)
This commit is contained in:
@ -3,7 +3,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
our $config = {
|
our $config = {
|
||||||
asserts=>1, # --enable-cassert
|
asserts=>0, # --enable-cassert
|
||||||
integer_datetimes=>0, # --enable-integer-datetimes
|
integer_datetimes=>0, # --enable-integer-datetimes
|
||||||
nls=>undef, # --enable-nls=<path>
|
nls=>undef, # --enable-nls=<path>
|
||||||
tcl=>'c:\tcl', # --with-tls=<path>
|
tcl=>'c:\tcl', # --with-tls=<path>
|
||||||
|
Reference in New Issue
Block a user