summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-07-29 10:15:59 +0200
committerMartin Stransky <stransky@redhat.com>2020-07-29 10:15:59 +0200
commit1d371bbeea46a1aa6fe6588d03a862173a305b52 (patch)
tree2ff4ef00b11d95a353f709d8d97e74f9aaca1337
parentEnabled PGO, added fix for mozilla#1640982 (diff)
downloadlibrewolf-fedora-ff-1d371bbeea46a1aa6fe6588d03a862173a305b52.tar.gz
librewolf-fedora-ff-1d371bbeea46a1aa6fe6588d03a862173a305b52.tar.bz2
librewolf-fedora-ff-1d371bbeea46a1aa6fe6588d03a862173a305b52.zip
Disabled PGO due to rhbz#1849165 (gcc internal error)
-rw-r--r--firefox.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 2da2b38..4cfe4f8 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
@@ -977,6 +977,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Mon Jul 27 2020 Martin Stransky <stransky@redhat.com> - 79.0-1
- Update to 79.0
+- Disabled PGO due to rhbz#1849165 (gcc internal error).
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 78.0.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
bgstack15