diff options
author | Martin Stransky <stransky@redhat.com> | 2020-10-15 17:56:23 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-10-15 17:56:23 +0200 |
commit | 05688c934d41e4c8c19cdf947deeaae7d10a7599 (patch) | |
tree | 896a8ea12e38de0426ba5e3ea22c6b88c529aafa | |
parent | Fix LTO worakround (diff) | |
download | librewolf-fedora-ff-05688c934d41e4c8c19cdf947deeaae7d10a7599.tar.gz librewolf-fedora-ff-05688c934d41e4c8c19cdf947deeaae7d10a7599.tar.bz2 librewolf-fedora-ff-05688c934d41e4c8c19cdf947deeaae7d10a7599.zip |
Added a comment to spec file
-rw-r--r-- | firefox.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index 81a47ca..27bd850 100644 --- a/firefox.spec +++ b/firefox.spec @@ -615,6 +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 +# Should be fixed in Firefox 83 %if 0%{?fedora} < 33 echo "ac_add_options --enable-lto" >> .mozconfig %endif |