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:
Markus Meier
2025-05-20 21:29:05 +02:00
parent b35af6390b
commit e97fc0149b

View File

@@ -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)