Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox/
Date: Sun, 07 Oct 2018 17:09:17
Message-Id: 1538932142.2f69a379837e7e98639b4349450bbc025e925cc0.whissi@gentoo
1 commit: 2f69a379837e7e98639b4349450bbc025e925cc0
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 7 17:09:02 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 17:09:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f69a379
7
8 www-client/firefox: use ThinLTO mode when USE=lto
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 www-client/firefox/firefox-62.0.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-client/firefox/firefox-62.0.3.ebuild b/www-client/firefox/firefox-62.0.3.ebuild
17 index 98a5c00667a..1b23c6994a0 100644
18 --- a/www-client/firefox/firefox-62.0.3.ebuild
19 +++ b/www-client/firefox/firefox-62.0.3.ebuild
20 @@ -299,7 +299,7 @@ src_configure() {
21 mozconfig_annotate "forcing ld=gold due to USE=lto" --enable-linker=gold
22 fi
23
24 - mozconfig_annotate '+lto' --enable-lto=full
25 + mozconfig_annotate '+lto' --enable-lto=thin
26 else
27 # Avoid auto-magic on linker
28 if use clang ; then