Skip to content
Snippets Groups Projects
Commit b985e7a5 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

changed default build type to RelWithDebugInfo

parent 83c4619c
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
######################################################################################################################
if(NOT CMAKE_BUILD_TYPE OR CMAKE_BUILD_TYPE STREQUAL "None")
set(CMAKE_BUILD_TYPE "Release" CACHE STRING
set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING
"Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel."
FORCE)
endif(NOT CMAKE_BUILD_TYPE OR CMAKE_BUILD_TYPE STREQUAL "None")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment