From b7c28f92fc9c0c657060bfaa77765343460442a6 Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Tue, 26 Jan 2010 10:29:25 +0000 Subject: [PATCH] Remove -g from definitions -- let CMAKE_BUILD_TYPE do its thing. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e0beb93..fcfc6a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ INCLUDE_DIRECTORIES( ${JACK_INCLUDE_DIRS} ) -ADD_DEFINITIONS(-g -Wall -Wextra -pedantic -D_GNU_SOURCE) +ADD_DEFINITIONS(-Wall -Wextra -pedantic -D_GNU_SOURCE) ADD_EXECUTABLE(jm2cv ${SOURCES}) TARGET_LINK_LIBRARIES(jm2cv