Drop KDE4_BUILD_TYPE in favour of CMAKE_BUILD_TYPE

Change Debug profile to DebugFull
This commit is contained in:
Max Brazhnikov 2011-04-10 08:46:04 +00:00
parent ca1769779c
commit b403511a80
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272462

View file

@ -136,13 +136,10 @@ WITH_DEBUG=yes
.endif
.if defined(WITH_DEBUG)
CMAKE_BUILD_TYPE= debug
.else
CMAKE_BUILD_TYPE= release
CMAKE_BUILD_TYPE= DebugFull
.endif
PLIST_SUB+= KDE4_VERSION="${KDE4_VERSION}" \
KDE4_BUILD_TYPE="${CMAKE_BUILD_TYPE}"
PLIST_SUB+= KDE4_VERSION="${KDE4_VERSION}"
USE_LDCONFIG= yes