From 1d371bbeea46a1aa6fe6588d03a862173a305b52 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 29 Jul 2020 10:15:59 +0200 Subject: Disabled PGO due to rhbz#1849165 (gcc internal error) --- firefox.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 - 79.0-1 - Update to 79.0 +- Disabled PGO due to rhbz#1849165 (gcc internal error). * Mon Jul 27 2020 Fedora Release Engineering - 78.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild -- cgit