From 706efcc2e9da11fc457669a5c939dade1b09f5d9 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 24 Aug 2020 11:03:04 +0200 Subject: Disabled PGO on aarch64 builds due to linking errors --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index aa2e672..c9443bc 100644 --- a/firefox.spec +++ b/firefox.spec @@ -35,7 +35,7 @@ ExcludeArch: s390x # Build PGO+LTO on x86_64 and aarch64 only due to build issues # on other arches. %global build_with_pgo 0 -%ifarch x86_64 aarch64 +%ifarch x86_64 %if %{release_build} %global build_with_pgo 1 %endif -- cgit