summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index aa2e672..c9443bc 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -35,7 +35,7 @@ ExcludeArch: s390x
# Build PGO+LTO on x86_64 and aarch64 only due to build issues
# on other arches.
%global build_with_pgo 0
-%ifarch x86_64 aarch64
+%ifarch x86_64
%if %{release_build}
%global build_with_pgo 1
%endif
bgstack15