summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-09-09 10:58:59 -0400
committerEliot Horowitz <eliot@10gen.com>2009-09-09 10:58:59 -0400
commitf3a27aaa7ead5e2e52b66b101dd9e6ad4e77b58e (patch)
tree3c60d99b3bb710fd260955cebedfdb9bf77240df
parente9e472c119eeb3f24f58ebe4bf45548f1b18f9ed (diff)
downloadmongo-f3a27aaa7ead5e2e52b66b101dd9e6ad4e77b58e.tar.gz
scons is annoying with gch
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index ef5b17bb8ad..8c0231733ec 100644
--- a/SConstruct
+++ b/SConstruct
@@ -540,7 +540,7 @@ if nix:
env.Append( LINKFLAGS=" -pg " )
# pre-compiled headers
- if 'Gch' in dir( env ):
+ if False and 'Gch' in dir( env ):
print( "using precompiled headers" )
env['Gch'] = env.Gch( [ "stdafx.h" ] )[0]
#Depends( "stdafx.o" , "stdafx.h.gch" )