From a16a7404ff0289cd5665b35ee3765d3877782605 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 18 Dec 2019 15:57:44 -0500 Subject: WIP: waterfox rpm disable lto and pgo --- waterfox/waterfox.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec index 0705e98..44887dc 100644 --- a/waterfox/waterfox.spec +++ b/waterfox/waterfox.spec @@ -43,13 +43,11 @@ ExcludeArch: armv7hl %global build_with_clang 0 %ifnarch %{ix86} ppc64 s390x -%global build_with_pgo 1 +%global build_with_pgo 0 %endif %ifarch x86_64 -%if !0%{?el7} -%global build_with_lto 1 -%endif +%global build_with_lto 0 %endif # Big endian platforms -- cgit