awesomeConfig.cmake: Stop forcing CMAKE_BUILD_TYPE

I don't know why we force CMAKE_BUILD_TYPE to be RELEASE, but I don't think we
should do that.

This also changes the default build type to something which does not contain
-DNDEBUG in CFLAGS. This means that assert()s will start to work.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2016-09-25 06:46:12 +02:00
parent fb5d995775
commit 3993388c01
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ set(CODENAME "The Fox")
project(${PROJECT_AWE_NAME} C)
set(CMAKE_BUILD_TYPE RELEASE)
option(WITH_DBUS "build with D-BUS" ON)
option(GENERATE_MANPAGES "generate manpages" ON)
option(COMPRESS_MANPAGES "compress manpages" ON)