diff options
author | Martin Stransky <stransky@redhat.com> | 2020-07-29 10:15:59 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-07-29 10:15:59 +0200 |
commit | 1d371bbeea46a1aa6fe6588d03a862173a305b52 (patch) | |
tree | 2ff4ef00b11d95a353f709d8d97e74f9aaca1337 /firefox.spec | |
parent | Enabled PGO, added fix for mozilla#1640982 (diff) | |
download | librewolf-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)
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 3 |
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 |