From 2e3ebeecabc33b8c091927a6923d6d6fcef96ebd Mon Sep 17 00:00:00 2001 From: Tom Lin Date: Sun, 1 Oct 2023 21:48:27 +0100 Subject: [PATCH] Don't set CMAKE_BUILD_TYPE unconditionally --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 879e4633..e89ada4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)