diff options
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/firefox.spec b/firefox.spec index 27bd850..e9cb490 100644 --- a/firefox.spec +++ b/firefox.spec @@ -615,10 +615,9 @@ 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 -# Should be fixed in Firefox 83 -%if 0%{?fedora} < 33 +# Fixed by https://bugzilla.mozilla.org/show_bug.cgi?id=1671345 +# Should be in Firefox 83 echo "ac_add_options --enable-lto" >> .mozconfig -%endif # PGO build doesn't work with ccache export CCACHE_DISABLE=1 %endif |