summaryrefslogtreecommitdiff
path: root/waterfox
diff options
context:
space:
mode:
Diffstat (limited to 'waterfox')
-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