summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firefox.spec5
1 files changed, 0 insertions, 5 deletions
diff --git a/firefox.spec b/firefox.spec
index 8210e5f..fabefcc 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -71,11 +71,6 @@ ExcludeArch: s390x
%global big_endian 1
%endif
-# Disable PGO on Rawhide due to build failures
-%if 0%{?fedora} > 33
-%global build_with_pgo 0
-%endif
-
%if 0%{?build_with_pgo}
%global use_xvfb 1
%global build_tests 1
bgstack15