mirror of https://gitee.com/bigwinds/arangodb
Take out a debug message.
This commit is contained in:
parent
50e342f4fa
commit
d0dc195949
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue