dev-util/lldb: Switch to CMAKE_BUILD_TYPE=RelWithDebInfo
authorMichał Górny <mgorny@gentoo.org>
Thu, 12 Jan 2017 10:51:14 +0000 (11:51 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 12 Jan 2017 15:25:28 +0000 (16:25 +0100)
dev-util/lldb/lldb-9999.ebuild

index 5558e00c211f21cda4e58b19fec09802aef950a5..23dadf6b0621d1db9f17f0f7d64017b7aa688e38 100644 (file)
@@ -5,6 +5,8 @@
 EAPI=6
 
 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
+# (needed due to CMAKE_BUILD_TYPE != Gentoo)
+CMAKE_MIN_VERSION=3.7.0-r1
 PYTHON_COMPAT=( python2_7 )
 
 inherit cmake-utils git-r3 python-single-r1 toolchain-funcs
@@ -37,6 +39,9 @@ DEPEND="${RDEPEND}
 
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
+# least intrusive of all
+CMAKE_BUILD_TYPE=RelWithDebInfo
+
 src_unpack() {
        if use test; then
                # needed for patched gtest