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 /app-containers/lxc | |
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 'app-containers/lxc')
-rw-r--r-- | app-containers/lxc/metadata.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-containers/lxc/metadata.xml b/app-containers/lxc/metadata.xml index a2d77654dbe8..7c423aeaca6f 100644 --- a/app-containers/lxc/metadata.xml +++ b/app-containers/lxc/metadata.xml @@ -11,7 +11,6 @@ </maintainer> <use> <flag name="io-uring">Enable io_uring support, and use io_uring instead of epoll</flag> - <flag name="lto">Enable Link Time Optimization (LTO)</flag> <flag name="tools">Build and install additional command line tools</flag> </use> <upstream> |