We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca075a commit d7107f2Copy full SHA for d7107f2
CMakeLists.txt
@@ -7,9 +7,6 @@ Set (VERSION "0.15")
7
8
# Default definitions
9
add_definitions(-Wall -Wextra -Wno-unused -Wshadow -Woverloaded-virtual)
10
-if (NOT CMAKE_BUILD_TYPE)
11
- set(CMAKE_BUILD_TYPE "Release")
12
-endif()
13
if(CMAKE_BUILD_TYPE STREQUAL "Release")
14
set(CMAKE_CXX_FLAGS_RELEASE "-O2 -g0")
15
elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")
0 commit comments