gentoo-ebuilds/dev-lang/spidermonkey/metadata.xml
Michał Górny ad0f2f0c06
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>
2023-12-18 19:52:37 +01:00

12 lines
513 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>mozilla@gentoo.org</email>
<name>Gentoo Mozilla Team</name>
</maintainer>
<use>
<flag name="clang">Use Clang compiler instead of GCC</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>
</use>
</pkgmetadata>