diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index 2f0e5d2..73c4608 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 21 13:23:29 UTC 2021 - Martin Liška + +- Enable LTO on Tumbleweed. + ------------------------------------------------------------------- Mon Oct 4 19:55:48 UTC 2021 - Wolfgang Rosenauer diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index d98fc32..593d34e 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -459,7 +459,7 @@ ac_add_options --enable-optimize="-O1" %endif %ifarch x86_64 # LTO needs newer toolchain stack only (at least GCC 8.2.1 (r268506) -%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