summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-12-06 00:33:52 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2015-12-06 00:33:52 +0000
commit778d52f1b0c7210ae0cbafea7be075aa66c38564 (patch)
treed05591f3de603000563bee8db627e34b9f86089a /Jamroot.jam
parentTidy up and alias glibmm and libxml++ refs (diff)
downloadlibdbpp-odbc-778d52f1b0c7210ae0cbafea7be075aa66c38564.tar.bz2
libdbpp-odbc-778d52f1b0c7210ae0cbafea7be075aa66c38564.tar.xz
libdbpp-odbc-778d52f1b0c7210ae0cbafea7be075aa66c38564.zip
Enable gc-sections in release
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index a0b4d73..b9e2212 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -9,7 +9,7 @@ variant coverage : debug ;
project
: requirements
<variant>release:<cflags>"-std=c++1y"
- <variant>release:<linkflags>"-Wl,-z,defs,--warn-once"
+ <variant>release:<linkflags>"-Wl,-z,defs,--warn-once,--gc-sections"
<variant>debug:<cflags>"-W -Wall -Werror -Wwrite-strings -std=c++1y"
<variant>debug:<linkflags>"-Wl,-z,defs,--warn-once"
<variant>coverage:<cflags>"-W -Wall -Werror -Wwrite-strings -std=c++1y --coverage"