Remove -g from definitions -- let CMAKE_BUILD_TYPE do its thing.

master
Peter Nelson 2010-01-26 10:29:25 +00:00
parent 0bb4b266ae
commit b7c28f92fc
1 changed files with 1 additions and 1 deletions

View File

@ -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