diff options
Diffstat (limited to 'distsrc')
-rw-r--r-- | distsrc/client/SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/distsrc/client/SConstruct b/distsrc/client/SConstruct index 8aa279be4a4..59b47d922c2 100644 --- a/distsrc/client/SConstruct +++ b/distsrc/client/SConstruct @@ -34,6 +34,7 @@ elif "linux2" == os.sys.platform: if nix: env.Append( CPPFLAGS=" -O3" ) + env.Append( LINKFLAGS=" -Wl,--as-needed -Wl,-zdefs " ) boostLibs = [ "thread" , "filesystem" , "system" ] env.Prepend( LIBS =["boost_%s-mt"%(lib) for lib in boostLibs ] ) |