Don't set CMAKE_BUILD_TYPE unconditionally
This commit is contained in:
parent
369785c96a
commit
2e3ebeecab
@ -31,8 +31,6 @@ endmacro()
|
|||||||
# the final executable name
|
# the final executable name
|
||||||
set(EXE_NAME babelstream)
|
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
|
# for chrono and some basic CXX features, models can overwrite this if required
|
||||||
set(CMAKE_CXX_STANDARD 11)
|
set(CMAKE_CXX_STANDARD 11)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user