diff options
author | dwight <dwight@10gen.com> | 2011-08-02 10:37:48 -0400 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2011-08-02 10:37:48 -0400 |
commit | 8919d7686edc92f29c3fb3e7a15ab5bff4f8a4d4 (patch) | |
tree | 9a99f08fbf94f8e92c88679467d383158db48f72 /SConstruct | |
parent | 6b7c5b006368f55c615f5e89dc6b751f0d99970c (diff) | |
download | mongo-8919d7686edc92f29c3fb3e7a15ab5bff4f8a4d4.tar.gz |
compile
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 2ad75778530..7b24ce12490 100644 --- a/SConstruct +++ b/SConstruct @@ -689,7 +689,7 @@ if nix: env.Append( CPPFLAGS="-fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch" ) # env.Append( " -Wconversion" ) TODO: this doesn't really work yet if linux: - env.Append( CPPFLAGS=" -Werror " ) + #env.Append( CPPFLAGS=" -Werror " ) if not has_option('clang'): env.Append( CPPFLAGS=" -fno-builtin-memcmp " ) # glibc's memcmp is faster than gcc's |