mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-gfx/darktable: allow overriding cmake build type and default to ReleaseWithAsserts
Bug: https://bugs.gentoo.org/956349 Signed-off-by: Markus Meier <maekke@gentoo.org>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
LUA_COMPAT=( lua5-4 )
|
||||
: "${CMAKE_BUILD_TYPE:=ReleaseWithAsserts}"
|
||||
|
||||
inherit cmake flag-o-matic lua-single toolchain-funcs xdg
|
||||
|
||||
@@ -132,7 +133,6 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
CMAKE_BUILD_TYPE="Release"
|
||||
local mycmakeargs=(
|
||||
-DBUILD_CURVE_TOOLS=$(usex tools)
|
||||
-DBUILD_NOISE_TOOLS=$(usex tools)
|
||||
Reference in New Issue
Block a user