diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-17 16:49:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-18 19:52:37 +0100 |
commit | ad0f2f0c066181753029de48089ade46c8c3b92e (patch) | |
tree | 11d51a91681d6eec5a8bf25de66d44315984603a /www-client | |
parent | profiles/use.desc: Make USE=opencl global (diff) | |
download | gentoo-ad0f2f0c066181753029de48089ade46c8c3b92e.tar.gz gentoo-ad0f2f0c066181753029de48089ade46c8c3b92e.tar.bz2 gentoo-ad0f2f0c066181753029de48089ade46c8c3b92e.zip |
profiles/use.desc: Make USE=lto global
Add a global USE=lto flag. The flag is used semi-consistently in 31
packages, with a few adding extra information. That said, probably
many of these uses are invalid, as they are equivalent to adding
`-flto` to CFLAGS.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/metadata.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www-client/firefox/metadata.xml b/www-client/firefox/metadata.xml index 6215c1eac1fe..b0a1758bd35a 100644 --- a/www-client/firefox/metadata.xml +++ b/www-client/firefox/metadata.xml @@ -14,7 +14,6 @@ <flag name="hwaccel">Force-enable hardware-accelerated rendering (Mozilla bug 594876)</flag> <flag name="jumbo-build">Enable unified build - combines source files to speed up build process, but requires more memory</flag> <flag name="libproxy">Enable libproxy support</flag> - <flag name="lto">Enable Link Time Optimization (LTO)</flag> <flag name="openh264">Use <pkg>media-libs/openh264</pkg> for H264 support instead of downloading binary blob from Mozilla at runtime</flag> <flag name="pgo">Add support for profile-guided optimization for faster binaries - this |