Change default cmake build type to Release

This commit is contained in:
DaanDeMeyer 2018-03-24 17:34:01 +01:00 committed by Fangrui Song
parent eefaad79f2
commit b110f0f96c

View File

@ -1,8 +1,4 @@
# Set a default build type if none was specified
set(DEFAULT_CMAKE_BUILD_TYPE Release)
if(EXISTS ${CMAKE_SOURCE_DIR}/.git)
set(DEFAULT_CMAKE_BUILD_TYPE Debug)
endif()
# CMAKE_BUILD_TYPE is not available if a multi-configuration generator is used
# (eg Visual Studio generators)