commit: 5ac7c157717a31065d23fa4ef187ac7703256785
Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 3 21:09:58 2019 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Tue Sep 3 21:09:58 2019 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=5ac7c157
www-client/firefox: include -flto in cppflags with +lto
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
www-client/firefox/firefox-69.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www-client/firefox/firefox-69.0.ebuild
b/www-client/firefox/firefox-69.0.ebuild
index c4c6b6f..0d07a44 100644
--- a/www-client/firefox/firefox-69.0.ebuild
+++ b/www-client/firefox/firefox-69.0.ebuild
@@ -390,6 +390,8 @@ src_configure() {
show_old_compiler_warning=1
fi
+ append-cxxflags -flto
+
if ! use cpu_flags_x86_avx2 ; then
local _gcc_version_with_ipa_cdtor_fix="8.3"
local
_current_gcc_version="$(gcc-major-version).$(gcc-minor-version)"