summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-10-24 16:32:57 +0200
committerMartin Stransky <stransky@redhat.com>2020-10-24 16:32:57 +0200
commit200975daf4496179e40f360d295af91e5fbc3e29 (patch)
tree97f93bb72641954a84a65d744bb41c9efdf38e0b /firefox.spec
parentEnable LTO (diff)
downloadlibrewolf-fedora-ff-200975daf4496179e40f360d295af91e5fbc3e29.tar.gz
librewolf-fedora-ff-200975daf4496179e40f360d295af91e5fbc3e29.tar.bz2
librewolf-fedora-ff-200975daf4496179e40f360d295af91e5fbc3e29.zip
spec fix
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index be330b2..0cb282f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -618,7 +618,7 @@ echo "ac_add_options MOZ_PGO=1" >> .mozconfig
# Temporary disabled due to GCC bug
# Fixed by https://bugzilla.mozilla.org/show_bug.cgi?id=1671345
# Should be in Firefox 83
-%if 0%{?fedora} < 32
+%if 0%{?fedora} > 31
echo "ac_add_options --enable-lto" >> .mozconfig
%endif
bgstack15