From e41c1dbb9c949dfc869fdb7fe9997df6b0aed4801c379fd24ce32f90db34e31c Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Fri, 22 Oct 2021 21:24:06 +0000 Subject: [PATCH] Accepting request 926797 from home:marxin:branches:mozilla:Factory - Enable LTO on Tumbleweed. OBS-URL: https://build.opensuse.org/request/show/926797 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=609 --- MozillaThunderbird.changes | 5 +++++ MozillaThunderbird.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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