1
0
Fork 0

Take out a debug message.

This commit is contained in:
Max Neunhoeffer 2016-02-17 14:45:06 +01:00
parent 50e342f4fa
commit d0dc195949
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ endif()
# Build types
string(TOLOWER ${CMAKE_BUILD_TYPE} CMAKE_BUILD_TYPE_TL)
message (${CMAKE_BUILD_TYPE_TL})
if(CMAKE_BUILD_TYPE_TL MATCHES debug)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O0 -g")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O0 -g")