summaryrefslogtreecommitdiff
path: root/www-client/firefox/firefox-122.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/firefox/firefox-122.0.ebuild')
-rw-r--r--www-client/firefox/firefox-122.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/www-client/firefox/firefox-122.0.ebuild b/www-client/firefox/firefox-122.0.ebuild
index 0eb450b24d74..64ffe2bed4bc 100644
--- a/www-client/firefox/firefox-122.0.ebuild
+++ b/www-client/firefox/firefox-122.0.ebuild
@@ -981,6 +981,9 @@ src_configure() {
mozconfig_add_options_ac '+x11' --enable-default-toolkit=cairo-gtk3-x11-only
fi
+ # LTO is handled via configure
+ filter-lto
+
if use lto ; then
if use clang ; then
# Upstream only supports lld or mold when using clang.
@@ -1028,9 +1031,6 @@ src_configure() {
fi
fi
- # LTO flag was handled via configure
- filter-lto
-
mozconfig_use_enable debug
if use debug ; then
mozconfig_add_options_ac '+debug' --disable-optimize