This commit is contained in:
eddyem
2020-01-25 13:44:43 +03:00
parent 36a215be1f
commit e7b8dcace7
9 changed files with 344 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ if(DEFINED EBUG)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wextra -Wall -Werror -W")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wextra -Wall -Werror -W")
set(CMAKE_BUILD_TYPE DEBUG)
set(CMAKE_VERBOSE_MAKEFILE "ON")
add_definitions(-DEBUG)
else()
set(CMAKE_BUILD_TYPE RELEASE)