forked from pool/MozillaThunderbird
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:
parent
7ec63b2a47
commit
e41c1dbb9c
@ -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>
|
Mon Oct 4 19:55:48 UTC 2021 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
@ -459,7 +459,7 @@ ac_add_options --enable-optimize="-O1"
|
|||||||
%endif
|
%endif
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
# LTO needs newer toolchain stack only (at least GCC 8.2.1 (r268506)
|
# 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
|
ac_add_options --enable-lto
|
||||||
%if 0%{?do_profiling}
|
%if 0%{?do_profiling}
|
||||||
ac_add_options MOZ_PGO=1
|
ac_add_options MOZ_PGO=1
|
||||||
|
Loading…
Reference in New Issue
Block a user