diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-04-04 00:08:45 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-04-04 00:08:45 +0100 |
commit | c07fed1fc6aebe1eb2795053e7e03336452c7d75 (patch) | |
tree | 8bc5d062bdba9dae0b65006a2a18d6a83fa4c1de /Jamroot.jam | |
parent | Ice 3.7 (diff) | |
download | slicer-c07fed1fc6aebe1eb2795053e7e03336452c7d75.tar.bz2 slicer-c07fed1fc6aebe1eb2795053e7e03336452c7d75.tar.xz slicer-c07fed1fc6aebe1eb2795053e7e03336452c7d75.zip |
Tidy up build process of internal libSlice
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index d51b988..04e56ae 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -7,7 +7,7 @@ variant coverage : debug ; project : requirements - <cxxflags>-DICE_CPP11_MAPPING + <define>ICE_CPP11_MAPPING <cxxflags>"-std=c++17 -fvisibility=hidden -fvisibility-inlines-hidden" <linkflags>"-Wl,-z,defs,--warn-once,--gc-sections" <variant>release:<cxxflags>"-flto=2" |