diff options
author | 2023-04-21 18:57:47 +0200 | |
---|---|---|
committer | 2023-04-21 19:15:42 +0200 | |
commit | 43da1a4fa293a334d89eb6aec2f933583bd3779d (patch) | |
tree | ed6349afacc8d73a279c749e9d4859364427a4d7 /sys-libs/compiler-rt | |
parent | dev-util/lldb: Enable assertions in 17.x by default (diff) | |
download | gentoo-43da1a4fa293a334d89eb6aec2f933583bd3779d.tar.gz gentoo-43da1a4fa293a334d89eb6aec2f933583bd3779d.tar.bz2 gentoo-43da1a4fa293a334d89eb6aec2f933583bd3779d.zip |
sys-libs/compiler-rt: Enable assertions in 17.x by default
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/compiler-rt')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-17.0.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-17.0.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-17.0.0.9999.ebuild index 5abe2bd9bf79..5bb8f9d050ac 100644 --- a/sys-libs/compiler-rt/compiler-rt-17.0.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-17.0.0.9999.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="${LLVM_MAJOR}" KEYWORDS="" -IUSE="+abi_x86_32 abi_x86_64 +clang debug test" +IUSE="+abi_x86_32 abi_x86_64 +clang +debug test" RESTRICT="!test? ( test ) !clang? ( test )" DEPEND=" |