From 740b4516f7f0fef6b01a56758022121e997868aa Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 24 Feb 2019 21:32:36 +0000 Subject: No parallel LTO with clang --- Jamroot.jam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jamroot.jam b/Jamroot.jam index 4b082a5..704caf4 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -10,8 +10,8 @@ project ICE_CPP11_MAPPING "-std=c++17 -fvisibility=hidden" "-Wl,-z,defs,--warn-once,--gc-sections" - release:"-flto=2" - release:"-flto=2" + release:"-flto" + release:"-flto" debug:"-W -Wall -Werror -Wextra" coverage:"--coverage" coverage:"--coverage" -- cgit v1.2.3