From 2e13ef36cabbe1c995e77b92c06d6350719bf952 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 9 Apr 2015 21:20:05 +0200 Subject: Compile with debug symbols by default for now --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 361c5a9..bc16184 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ function(generate_flatbuffers) endfunction(generate_flatbuffers) set(CMAKE_AUTOMOC ON) -add_definitions("-Wall -std=c++0x") +add_definitions("-Wall -std=c++0x -g") include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${FLATBUFFERS_INCLUDE_DIR} ${CMAKE_BINARY_DIR}/common) include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/common) -- cgit v1.2.3