Skip to content

Commit

Permalink
Don't set CMAKE_BUILD_TYPE unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
tom91136 committed Oct 1, 2023
1 parent 369785c commit 2e3ebee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2e3ebee

Please sign in to comment.