diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-28 00:31:27 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-28 00:31:27 +0000 |
commit | 57cdc74034fc96f3685226182ed36759dc5b28b2 (patch) | |
tree | 5ce46bb7413c082be59edc88ec3fbabc77491dd9 /icespider/compile/Jamfile.jam | |
parent | Add clang-tidy rules and fix all the things (diff) | |
download | icespider-0.6.1.tar.bz2 icespider-0.6.1.tar.xz icespider-0.6.1.zip |
Fix link erroricespider-0.6.1
Simplifies build as gcc link bug with lto no longer apparent
Diffstat (limited to 'icespider/compile/Jamfile.jam')
-rw-r--r-- | icespider/compile/Jamfile.jam | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/icespider/compile/Jamfile.jam b/icespider/compile/Jamfile.jam index 8d01d72..96a8d37 100644 --- a/icespider/compile/Jamfile.jam +++ b/icespider/compile/Jamfile.jam @@ -12,10 +12,6 @@ lib icespider-compile : routes : <slicer>pure -# Need to disable LTO here cos of a GCC bug, this isn't -# performance critical anyway - <linkflags>-fno-lto - <cxxflags>-fno-lto <library>slicer <library>adhocutil <library>slicer-json |