projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59c8415
)
Disable asserts by default on msvc build (to make it the same
author
Magnus Hagander
<magnus@hagander.net>
Thu, 6 Dec 2007 17:07:37 +0000
(17:07 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Thu, 6 Dec 2007 17:07:37 +0000
(17:07 +0000)
as in unix)
src/tools/msvc/config.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/config.pl
b/src/tools/msvc/config.pl
index 6b5b4182807f2b063b7d51911ca8b02b141c1696..548485a0746ad50b2e6c22ce13e081e9cea7f2fd 100644
(file)
--- a/
src/tools/msvc/config.pl
+++ b/
src/tools/msvc/config.pl
@@
-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>