diff options
author | Martin Stransky <stransky@redhat.com> | 2020-10-15 17:55:21 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-10-15 17:55:21 +0200 |
commit | beb55132244ca80d6fd0958fd68a0071aac0d59f (patch) | |
tree | 57f535c1b8107dd2ccd8b56496615ac76f666964 /firefox.spec | |
parent | Updated to 82.0 Build 2 (diff) | |
download | librewolf-fedora-ff-beb55132244ca80d6fd0958fd68a0071aac0d59f.tar.gz librewolf-fedora-ff-beb55132244ca80d6fd0958fd68a0071aac0d59f.tar.bz2 librewolf-fedora-ff-beb55132244ca80d6fd0958fd68a0071aac0d59f.zip |
Fix LTO worakround
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 2228cee..81a47ca 100644 --- a/firefox.spec +++ b/firefox.spec @@ -615,7 +615,7 @@ echo "export RANLIB=\"gcc-ranlib\"" >> .mozconfig %if 0%{?build_with_pgo} echo "ac_add_options MOZ_PGO=1" >> .mozconfig # Temporary disabled due to GCC bug -%if 0%{?fedora} > 32 +%if 0%{?fedora} < 33 echo "ac_add_options --enable-lto" >> .mozconfig %endif # PGO build doesn't work with ccache |