From 7f818fe09f945fb3ac92ab0744097b021ab1e784 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Wed, 24 Oct 2018 18:11:41 +0300 Subject: [PATCH] Disabled thin LTO on x86_64 (that's not a good idea, I think) --- chromium-browser-stable.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromium-browser-stable.spec b/chromium-browser-stable.spec index 5a87c03..13c6adb 100644 --- a/chromium-browser-stable.spec +++ b/chromium-browser-stable.spec @@ -406,7 +406,7 @@ export LDFLAGS="$LDFLAGS -Wl,-znotext" # If both gold and lld are false, GNU BFD ld is used. #define linker_args use_gold=false use_lld=false is_cfi=false use_thin_lto=false # With GNU BFD ld linker, 4 GB RAM per worker on ABF really is not enough, linking takes ages -%define linker_args use_lld=true +%define linker_args use_lld=true is_cfi=false use_thin_lto=false %endif %endif