summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index e9efc16..9253e31 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -45,7 +45,9 @@ ExcludeArch: armv7hl
%global build_with_pgo 0
%ifarch x86_64
%if %{release_build}
-%global build_with_pgo 1
+%if 0%{?fedora} < 33
+%global build_with_pgo 0
+%endif
%endif
# Build PGO builds on Wayland backend
%global pgo_wayland 0
bgstack15