summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-10-07 19:09:02 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-10-07 19:09:02 +0200
commit2f69a379837e7e98639b4349450bbc025e925cc0 (patch)
tree46c7604e780b3bf6040588ac60fb5cc4add2f187 /www-client
parentmedia-sound/snapcast: New package (diff)
downloadgentoo-2f69a379837e7e98639b4349450bbc025e925cc0.tar.gz
gentoo-2f69a379837e7e98639b4349450bbc025e925cc0.tar.bz2
gentoo-2f69a379837e7e98639b4349450bbc025e925cc0.zip
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@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/firefox-62.0.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-62.0.3.ebuild b/www-client/firefox/firefox-62.0.3.ebuild
index 98a5c00667ab..1b23c6994a07 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