From 1e87d752095fb852e0e8e0d0b90ad0b45c55b75d Mon Sep 17 00:00:00 2001 From: ooxi <85fcd0ef4ec8@f977375cdcd6.anonbox.net> Date: Thu, 1 Nov 2012 00:45:55 +0100 Subject: [PATCH] Debug builds should include debug symbols --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ede9200..903827d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0 FATAL_ERROR) # Compiler setup -SET(CMAKE_C_FLAGS_DEBUG "-DDEBUG") +SET(CMAKE_C_FLAGS_DEBUG "-g -DDEBUG") SET(CMAKE_C_FLAGS_RELEASE "-O2")