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 /games-action/prismlauncher | |
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 'games-action/prismlauncher')
-rw-r--r-- | games-action/prismlauncher/metadata.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games-action/prismlauncher/metadata.xml b/games-action/prismlauncher/metadata.xml index f54dc7d44a8d..04368a2b7323 100644 --- a/games-action/prismlauncher/metadata.xml +++ b/games-action/prismlauncher/metadata.xml @@ -20,7 +20,6 @@ </upstream> <longdescription>Prism Launcher is a multi-instance Minecraft launcher focused on user freedom, redistributability, and simplicity.</longdescription> <use> - <flag name="lto">Enable link-time optimization</flag> <flag name="qt6">Build with Qt6 support instead of the default Qt5</flag> </use> </pkgmetadata> |