summaryrefslogtreecommitdiff
path: root/waterfox/waterfox.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-07-11 22:00:16 -0400
committerB Stack <bgstack15@gmail.com>2019-07-11 22:00:16 -0400
commit5e011803b00f9022cef95b96586d047b16252f68 (patch)
treefc54142c9a9f2c17676bd1ff4e6abad7f0164420 /waterfox/waterfox.spec
parentWIP: just compile; who cares if it needs clang (diff)
downloadstackrpms-5e011803b00f9022cef95b96586d047b16252f68.tar.gz
stackrpms-5e011803b00f9022cef95b96586d047b16252f68.tar.bz2
stackrpms-5e011803b00f9022cef95b96586d047b16252f68.zip
WIP: disable pgo for el7
Diffstat (limited to 'waterfox/waterfox.spec')
-rw-r--r--waterfox/waterfox.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index c6894a1..9385d96 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -148,6 +148,7 @@ ExcludeArch: armv7hl
%global system_libvpx 0
%global build_stylo 0
%global build_rust_simd 0
+%global build_with_pgo 0
%if "%{?scl_env}" != ""
BuildRequires: %{scl_buildreq}
%endif
bgstack15