summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-08-24 11:09:26 -0400
committerEliot Horowitz <eliot@10gen.com>2011-08-24 11:13:57 -0400
commit0dd179510c64c16713215632d31afbdaebe71399 (patch)
tree5c9e26de8519612deb299d1d71f85470a2566b86 /SConstruct
parenta1b1601affd2f412e830115694177be3298a358e (diff)
downloadmongo-0dd179510c64c16713215632d31afbdaebe71399.tar.gz
fix sm for windows SERVER-3659
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 8b36a6c9b8b..405eae84f8b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -599,7 +599,8 @@ elif "win32" == os.sys.platform:
# /Gm is minimal rebuild, but may not work in parallel mode.
if release:
env.Append( CPPDEFINES=[ "NDEBUG" ] )
- env.Append( CPPFLAGS= " /O2 /MT /Gy /Zi /TP /errorReport:none " )
+ env.Append( CPPFLAGS= " /O2 /Gy " )
+ env.Append( CPPFLAGS= " /MT /Zi /TP /errorReport:none " )
# TODO: this has caused some linking problems :
# /GL whole program optimization
# /LTCG link time code generation