summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Lundborg <magnus.lundborg@scilifelab.se>2012-12-04 10:39:24 (GMT)
committerMagnus Lundborg <magnus.lundborg@scilifelab.se>2012-12-04 10:39:24 (GMT)
commit91cfc4d1e24b8f8e2c9b62b1398b0780835e186b (patch)
tree91873a59fa830af1c240eea5c400c4f2d3f4cf4d
parent59e55a7659dc7c4df7a55b1e154b1fdf8d0891bc (diff)
Fix debug flags
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aa3ab63..07e1107 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.6)
-set(CMAKE_C_FLAGS "-g -Wall")
+set(CMAKE_C_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wall")
project(TRAJECTORY)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
contact: Jan Huwald // Impressum