Skip to content

Commit

Permalink
changed default build type to RelWithDebugInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhier committed May 22, 2019
1 parent 83c4619 commit b985e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/set_default_build_to_release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b985e7a

Please sign in to comment.