summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-07-28 11:38:45 +0200
committerMartin Stransky <stransky@redhat.com>2020-07-28 11:38:45 +0200
commit80b8c3f8c4dc5906357abe5fdf3979115ed40061 (patch)
tree61ac19a2ecc81d922c7b9753af1434feb0b9f37c /firefox.spec
parentNew cbindgen (diff)
downloadlibrewolf-fedora-ff-80b8c3f8c4dc5906357abe5fdf3979115ed40061.tar.gz
librewolf-fedora-ff-80b8c3f8c4dc5906357abe5fdf3979115ed40061.tar.bz2
librewolf-fedora-ff-80b8c3f8c4dc5906357abe5fdf3979115ed40061.zip
Disable PGO
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 79957e1..0c801a4 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -40,7 +40,7 @@ ExcludeArch: s390x
# on other arches.
%ifarch x86_64 aarch64
%if %{release_build}
-%global build_with_pgo 1
+%global build_with_pgo 0
%else
%global build_with_pgo 0
%endif
bgstack15