summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-12-17 16:49:19 +0100
committerMichał Górny <mgorny@gentoo.org>2023-12-18 19:52:37 +0100
commitad0f2f0c066181753029de48089ade46c8c3b92e (patch)
tree11d51a91681d6eec5a8bf25de66d44315984603a /dev-libs/pocl
parentprofiles/use.desc: Make USE=opencl global (diff)
downloadgentoo-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 'dev-libs/pocl')
-rw-r--r--dev-libs/pocl/metadata.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-libs/pocl/metadata.xml b/dev-libs/pocl/metadata.xml
index a08bc6bb7825..a4227dd06f59 100644
--- a/dev-libs/pocl/metadata.xml
+++ b/dev-libs/pocl/metadata.xml
@@ -13,7 +13,6 @@
<!--<flag name="hsa">Enable the HSA base profile runtime device driver</flag>-->
<flag name="hwloc">Enable hwloc support</flag>
<flag name="memmanager">Enables custom memory manager. Except for special circumstances, this should be disabled</flag>
- <flag name="lto">Adds support for link time optimization</flag>
</use>
<upstream>
<remote-id type="github">pocl/pocl</remote-id>