diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-09 21:20:05 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-09 21:20:05 +0200 |
commit | 2e13ef36cabbe1c995e77b92c06d6350719bf952 (patch) | |
tree | e285393a2fc5aec529858b997eb591ca18fab084 | |
parent | 984321d6a7e7f4e0debdf097c45ebe32ba514194 (diff) | |
download | sink-2e13ef36cabbe1c995e77b92c06d6350719bf952.tar.gz sink-2e13ef36cabbe1c995e77b92c06d6350719bf952.zip |
Compile with debug symbols by default for now
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
36 | endfunction(generate_flatbuffers) | 36 | endfunction(generate_flatbuffers) |
37 | 37 | ||
38 | set(CMAKE_AUTOMOC ON) | 38 | set(CMAKE_AUTOMOC ON) |
39 | add_definitions("-Wall -std=c++0x") | 39 | add_definitions("-Wall -std=c++0x -g") |
40 | include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${FLATBUFFERS_INCLUDE_DIR} ${CMAKE_BINARY_DIR}/common) | 40 | include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${FLATBUFFERS_INCLUDE_DIR} ${CMAKE_BINARY_DIR}/common) |
41 | include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/common) | 41 | include_directories(SYSTEM ${CMAKE_SOURCE_DIR}/common) |
42 | 42 | ||