0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

_DEBUG for --d

This commit is contained in:
Eliot Horowitz 2009-02-25 14:20:54 -05:00
parent b8dac08cff
commit c32fcc4862

View File

@ -311,7 +311,7 @@ if nix:
env.Append( LIBS=[] )
if debugBuild:
env.Append( CPPFLAGS=" -O0 -fstack-protector -fstack-check " );
env.Append( CPPFLAGS=" -O0 -fstack-protector -fstack-check -D_DEBUG" );
else:
env.Append( CPPFLAGS=" -O3" )