From fc283a62d93fb5705cc955919ee109b2e915f912 Mon Sep 17 00:00:00 2001 From: Timo Dritschler Date: Thu, 28 Aug 2014 18:42:42 +0200 Subject: Fix #1: Removed -g from default build Use -DCMAKE_BUILD_TYPE=Debug instead --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d97db3e..98893f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ include_directories( ${GOBJECT2_INCLUDE_DIRS} ) -add_definitions(-g -Wall -Wextra -std=c99) +add_definitions(-Wall -Wextra -std=c99) # check for 64 bit if (CMAKE_SIZEOF_VOID_P EQUAL 8) -- cgit v1.2.3