Commit c4f81632 authored by Florian Kaltenberger's avatar Florian Kaltenberger

DEBUG flag will not work for realtime mode

parent 5615a754
...@@ -123,7 +123,7 @@ endmacro(add_list_string_option) ...@@ -123,7 +123,7 @@ endmacro(add_list_string_option)
#################################################### ####################################################
# compilation flags # compilation flags
############################################# #############################################
set (CMAKE_BUILD_TYPE "Debug") #set (CMAKE_BUILD_TYPE "Debug")
if (CMAKE_BUILD_TYPE STREQUAL "") if (CMAKE_BUILD_TYPE STREQUAL "")
set(CMAKE_BUILD_TYPE "RelWithDebInfo") set(CMAKE_BUILD_TYPE "RelWithDebInfo")
endif() endif()
......
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