commit: 2f69a379837e7e98639b4349450bbc025e925cc0
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 7 17:09:02 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Oct 7 17:09:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f69a379
www-client/firefox: use ThinLTO mode when USE=lto
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
www-client/firefox/firefox-62.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/firefox/firefox-62.0.3.ebuild
b/www-client/firefox/firefox-62.0.3.ebuild
index 98a5c00667a..1b23c6994a0 100644
--- a/www-client/firefox/firefox-62.0.3.ebuild
+++ b/www-client/firefox/firefox-62.0.3.ebuild
@@ -299,7 +299,7 @@ src_configure() {
mozconfig_annotate "forcing ld=gold due to USE=lto"
--enable-linker=gold
fi
- mozconfig_annotate '+lto' --enable-lto=full
+ mozconfig_annotate '+lto' --enable-lto=thin
else
# Avoid auto-magic on linker
if use clang ; then