1
0

Accepting request 927257 from home:marxin:branches:mozilla:Factory

- Enable LTO for openSUSE Tumbleweed.

OBS-URL: https://build.opensuse.org/request/show/927257
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=939
This commit is contained in:
Wolfgang Rosenauer 2021-10-27 15:31:17 +00:00 committed by Git OBS Bridge
parent 07e2068a94
commit 7f5ab49250
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 25 08:13:55 UTC 2021 - Martin Liška <mliska@suse.cz>
- Enable LTO for openSUSE Tumbleweed.
-------------------------------------------------------------------
Wed Oct 20 06:49:52 UTC 2021 - Martin Sirringhaus <martin.sirringhaus@suse.com>

View File

@ -522,7 +522,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