summaryrefslogtreecommitdiff
path: root/waterfox
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-12-18 15:57:44 -0500
committerB Stack <bgstack15@gmail.com>2019-12-18 15:57:44 -0500
commita16a7404ff0289cd5665b35ee3765d3877782605 (patch)
treeb1351764369626fb009611891e86b472f38288d5 /waterfox
parentwaterfox disable simd for all rpm (diff)
downloadstackrpms-a16a7404ff0289cd5665b35ee3765d3877782605.tar.gz
stackrpms-a16a7404ff0289cd5665b35ee3765d3877782605.tar.bz2
stackrpms-a16a7404ff0289cd5665b35ee3765d3877782605.zip
WIP: waterfox rpm disable lto and pgo
Diffstat (limited to 'waterfox')
-rw-r--r--waterfox/waterfox.spec6
1 files 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
bgstack15