Commit c961d453 authored by Christopher Bruns's avatar Christopher Bruns
Browse files

Default CMAKE_BUILD_TYPE to Release, not Debug

parent 4de1df08
......@@ -99,7 +99,7 @@ IF (APPLE)
ENDIF (APPLE)
IF(UNIX AND NOT CMAKE_BUILD_TYPE)
SET(CMAKE_BUILD_TYPE Debug CACHE STRING "Debug or Release build" FORCE)
SET(CMAKE_BUILD_TYPE Release CACHE STRING "Debug or Release build" FORCE)
ENDIF (UNIX AND NOT CMAKE_BUILD_TYPE)
IF (NOT CMAKE_CXX_FLAGS_DEBUG)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment