summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-11-24 15:37:55 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-11-24 15:37:55 +0200
commit5f33a597df1a7fe9e72c0ea374b3ab5d808d19c9 (patch)
treee86942170082c812758fea491192318ac16a5ee1 /dev-lang
parentdev-lang/spidermonkey: drop 91.11.0, 91.13.0 (diff)
downloadgentoo-5f33a597df1a7fe9e72c0ea374b3ab5d808d19c9.tar.gz
gentoo-5f33a597df1a7fe9e72c0ea374b3ab5d808d19c9.tar.bz2
gentoo-5f33a597df1a7fe9e72c0ea374b3ab5d808d19c9.zip
dev-lang/spidermonkey: fix UnusedLocalUse
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/spidermonkey/metadata.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-lang/spidermonkey/metadata.xml b/dev-lang/spidermonkey/metadata.xml
index c6bdee82e6b2..eb50caaedbf8 100644
--- a/dev-lang/spidermonkey/metadata.xml
+++ b/dev-lang/spidermonkey/metadata.xml
@@ -7,10 +7,7 @@
</maintainer>
<use>
<flag name="clang">Use Clang compiler instead of GCC</flag>
- <flag name="custom-optimization">Build with user-specified compiler optimizations
- (-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported)</flag>
<flag name="debug">Enable assertions to allow for easier debugging of programs that link to spidermonkey -- note this will often crash software on regular end-user systems</flag>
<flag name="lto">Enable Link Time Optimization (LTO)</flag>
- <flag name="system-icu">Use the system-wide <pkg>dev-libs/icu</pkg> instead of bundled -- note, only takes effect when icu flag is enabled</flag>
</use>
</pkgmetadata>