This commit is contained in:
Martin Stransky 2020-10-24 16:32:57 +02:00
parent c5ecb15ebb
commit 200975daf4
1 changed files with 1 additions and 1 deletions

View File

@ -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