diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index 4ff3127..61b30c9 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 3 09:48:04 UTC 2020 - Martin Liška + +- Enable again LTO as gcc10 package is fixed. + ------------------------------------------------------------------- Sat Nov 21 08:12:17 UTC 2020 - Kirill Kirillov diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index 6b1fa38..e239330 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -509,8 +509,7 @@ ac_add_options --enable-optimize="-O1" %endif %ifarch x86_64 # LTO needs newer toolchain stack only (at least GCC 8.2.1 (r268506) -# TW's gcc is currently also broken with LTO https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93951 -%if 0%{?suse_version} > 1500 && 0%{?suse_version} < 1550 +%if 0%{?suse_version} > 1500 ac_add_options --enable-lto %if 0%{?do_profiling} ac_add_options MOZ_PGO=1