Don't set CMAKE_BUILD_TYPE unconditionally

This commit is contained in:
Tom Lin 2023-10-01 21:48:27 +01:00
parent 369785c96a
commit 2e3ebeecab

View File

@ -31,8 +31,6 @@ endmacro()
# the final executable name
set(EXE_NAME babelstream)
# select default build type
set(CMAKE_BUILD_TYPE "Release")
# for chrono and some basic CXX features, models can overwrite this if required
set(CMAKE_CXX_STANDARD 11)