diff options
author | B Stack <bgstack15@gmail.com> | 2019-07-11 22:00:16 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-07-11 22:00:16 -0400 |
commit | 5e011803b00f9022cef95b96586d047b16252f68 (patch) | |
tree | fc54142c9a9f2c17676bd1ff4e6abad7f0164420 /waterfox | |
parent | WIP: just compile; who cares if it needs clang (diff) | |
download | stackrpms-5e011803b00f9022cef95b96586d047b16252f68.tar.gz stackrpms-5e011803b00f9022cef95b96586d047b16252f68.tar.bz2 stackrpms-5e011803b00f9022cef95b96586d047b16252f68.zip |
WIP: disable pgo for el7
Diffstat (limited to 'waterfox')
-rw-r--r-- | waterfox/waterfox.spec | 1 |
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 |