We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965de9d commit 172c3c0Copy full SHA for 172c3c0
CMakeLists.txt
@@ -130,9 +130,9 @@ add_feature_info("Coverage" ENABLE_COVERAGE "analyze test coverage and generate
130
# -DDEBUG for debug builds. We'll do this for all OSes, even
131
# though only MacOS requires it.
132
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DDEBUG")
133
-# Make sure we've picked some build type, default to debug
+# Make sure we've picked some build type, default to release
134
if(NOT DEFINED CMAKE_BUILD_TYPE OR CMAKE_BUILD_TYPE STREQUAL "")
135
- set(CMAKE_BUILD_TYPE "Debug")
+ set(CMAKE_BUILD_TYPE "Release")
136
endif()
137
138
############## PROCESS src/ DIRECTORIES ##############
0 commit comments