diff options
author | Martin Stransky <stransky@redhat.com> | 2021-11-01 18:53:51 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-11-01 18:53:51 +0100 |
commit | 3b9f82921854ab7056ca555c29e274021b59aeff (patch) | |
tree | 2cc33b817dc73dc3fca2ca2f962a7378cbd05cfa | |
parent | Updated to 94.0 (diff) | |
download | librewolf-fedora-ff-3b9f82921854ab7056ca555c29e274021b59aeff.tar.gz librewolf-fedora-ff-3b9f82921854ab7056ca555c29e274021b59aeff.tar.bz2 librewolf-fedora-ff-3b9f82921854ab7056ca555c29e274021b59aeff.zip |
Disabled debuginfo on aarch64/fedora33
-rw-r--r-- | firefox.spec | 8 |
1 files changed, 7 insertions, 1 deletions
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 |