diff options
author | Andrew Morrow <acm@10gen.com> | 2013-06-06 10:55:38 -0400 |
---|---|---|
committer | Andrew Morrow <acm@10gen.com> | 2013-06-06 13:39:50 -0400 |
commit | ce97dc76c6a3f399f2f67613a55a7c238384ede9 (patch) | |
tree | 6538bfa02ba2945756784f31d0e2dc88df351b90 /SConstruct | |
parent | 732d51ad8de1940c467de2b64e8acafb02d228a0 (diff) | |
download | mongo-ce97dc76c6a3f399f2f67613a55a7c238384ede9.tar.gz |
SERVER-6514 Only apply -zdefs and --as-needed to shared client library
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct index 0e21da381fb..b05f98029a0 100644 --- a/SConstruct +++ b/SConstruct @@ -743,9 +743,6 @@ if nix: except KeyError: pass - if linux and has_option( "sharedclient" ): - env.Append( SHLINKFLAGS=" -Wl,--as-needed -Wl,-zdefs " ) - if linux and has_option( "gcov" ): env.Append( CXXFLAGS=" -fprofile-arcs -ftest-coverage " ) env.Append( LINKFLAGS=" -fprofile-arcs -ftest-coverage " ) |