diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-04-15 00:27:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-15 00:38:48 +0200 |
commit | 54d1f315d1ca6015cc4138c20d5f1405faca7303 (patch) | |
tree | 1d5b282676a6db611b5abc93db12e8898c2389b1 /sys-devel | |
parent | dev-python/python-stdnum: Version bumps (diff) | |
download | gentoo-54d1f315d1ca6015cc4138c20d5f1405faca7303.tar.gz gentoo-54d1f315d1ca6015cc4138c20d5f1405faca7303.tar.bz2 gentoo-54d1f315d1ca6015cc4138c20d5f1405faca7303.zip |
sys-devel/clang: Revert "Fix respecting USE=debug for asserts, #614844"
Turns out the issue lies within LLVM itself, wrt CMAKE_BUILD_TYPE
no longer forcing -DNDEBUG while wiping out the default flags.
Reverts: 9e3db5e62f63c3c169e9c60f5ac5acc43ae87160
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang/clang-4.0.0-r1.ebuild (renamed from sys-devel/clang/clang-4.0.0-r2.ebuild) | 1 | ||||
-rw-r--r-- | sys-devel/clang/clang-9999.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys-devel/clang/clang-4.0.0-r2.ebuild b/sys-devel/clang/clang-4.0.0-r1.ebuild index 94ecbba541a3..eaf9b27e3c51 100644 --- a/sys-devel/clang/clang-4.0.0-r2.ebuild +++ b/sys-devel/clang/clang-4.0.0-r1.ebuild @@ -157,7 +157,6 @@ multilib_src_configure() { -DLLVM_BUILD_TESTS=$(usex test) # these are not propagated reliably, so redefine them - -DLLVM_ENABLE_ASSERTIONS=$(usex debug) -DLLVM_ENABLE_EH=ON -DLLVM_ENABLE_RTTI=ON diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild index d755a064a339..05f378ffda76 100644 --- a/sys-devel/clang/clang-9999.ebuild +++ b/sys-devel/clang/clang-9999.ebuild @@ -160,7 +160,6 @@ multilib_src_configure() { -DLLVM_BUILD_TESTS=$(usex test) # these are not propagated reliably, so redefine them - -DLLVM_ENABLE_ASSERTIONS=$(usex debug) -DLLVM_ENABLE_EH=ON -DLLVM_ENABLE_RTTI=ON |