summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2012-10-29 11:25:01 -0400
committerHari Khalsa <hkhalsa@10gen.com>2012-10-29 11:25:01 -0400
commit6d151dbaf12ee5d252e095f9609a1385dcb4b78b (patch)
tree9199a64cb5f6de8fd92194dc080b85ff841b69e3 /SConstruct
parent88b04683d0788a53aab83b3b3412542d2ce8ea26 (diff)
downloadmongo-6d151dbaf12ee5d252e095f9609a1385dcb4b78b.tar.gz
Revert "(should) fix build on most linux machines"
This reverts commit 88b04683d0788a53aab83b3b3412542d2ce8ea26.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 0 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index 79285aa593e..77cfd13e0ae 100644
--- a/SConstruct
+++ b/SConstruct
@@ -677,9 +677,6 @@ if nix:
# env.Append( " -Wconversion" ) TODO: this doesn't really work yet
if linux:
env.Append( CCFLAGS=["-Werror", "-pipe"] )
- # S2 uses hash_map and hash_set, and some versions of the C++
- # includes don't provide a #define to prevent a #warning...sigh.
- env.Append( CCFLAGS=["-Wno-deprecated"] )
if not has_option('clang'):
env.Append( CCFLAGS=["-fno-builtin-memcmp"] ) # glibc's memcmp is faster than gcc's