projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a758c0
)
dev-util/lldb: Switch to CMAKE_BUILD_TYPE=RelWithDebInfo
author
Michał Górny
<mgorny@gentoo.org>
Thu, 12 Jan 2017 10:51:14 +0000
(11:51 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 12 Jan 2017 15:25:28 +0000
(16:25 +0100)
dev-util/lldb/lldb-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/lldb/lldb-9999.ebuild
b/dev-util/lldb/lldb-9999.ebuild
index 5558e00c211f21cda4e58b19fec09802aef950a5..23dadf6b0621d1db9f17f0f7d64017b7aa688e38 100644
(file)
--- a/
dev-util/lldb/lldb-9999.ebuild
+++ b/
dev-util/lldb/lldb-9999.ebuild
@@
-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