Buildsystem: Default to RelWithDebInfo instead of Release

This commit is contained in:
Shauren
2017-08-31 18:10:59 +02:00
parent c2f4a7a17e
commit f487ae12bd

View File

@@ -39,7 +39,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/macros")
# build in Release-mode by default if not explicitly set
if( NOT CMAKE_BUILD_TYPE )
set(CMAKE_BUILD_TYPE "Release")
set(CMAKE_BUILD_TYPE "RelWithDebInfo")
endif()
include(CheckCXXSourceRuns)