From 3b9f82921854ab7056ca555c29e274021b59aeff Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 1 Nov 2021 18:53:51 +0100 Subject: Disabled debuginfo on aarch64/fedora33 --- firefox.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index a5d3ccc..16348ab 100644 --- a/firefox.spec +++ b/firefox.spec @@ -38,6 +38,12 @@ ExcludeArch: s390x ExcludeArch: armv7hl %endif +# Disabled due to +# https://bugzilla.redhat.com/show_bug.cgi?id=2019160 +%if 0%{?fedora} == 33 +%global create_debuginfo 0 +%endif + %ifarch armv7hl %global create_debuginfo 0 %endif @@ -73,7 +79,7 @@ ExcludeArch: armv7hl %if %{debug_build} %global release_build 0 %endif -# Build PGO+LTO on x86_64 and aarch64 only due to build issues +# Build PGO+LTO on x86_64 only due to build issues # on other arches. %global build_with_pgo 0 %ifarch x86_64 -- cgit