From 80b8c3f8c4dc5906357abe5fdf3979115ed40061 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 28 Jul 2020 11:38:45 +0200 Subject: [PATCH] Disable PGO --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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