1
0

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
This commit is contained in:
Wolfgang Rosenauer 2021-10-22 21:24:06 +00:00 committed by Git OBS Bridge
parent 7ec63b2a47
commit e41c1dbb9c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 21 13:23:29 UTC 2021 - Martin Liška <mliska@suse.cz>
- Enable LTO on Tumbleweed.
-------------------------------------------------------------------
Mon Oct 4 19:55:48 UTC 2021 - Wolfgang Rosenauer <wr@rosenauer.org>

View File

@ -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