summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-03-28 00:31:27 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-03-28 00:31:27 +0000
commit57cdc74034fc96f3685226182ed36759dc5b28b2 (patch)
tree5ce46bb7413c082be59edc88ec3fbabc77491dd9
parentAdd clang-tidy rules and fix all the things (diff)
downloadicespider-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
-rw-r--r--icespider/compile/Jamfile.jam4
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