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

This commit is contained in:
2010-01-26 10:29:25 +00:00
parent 0bb4b266ae
commit b7c28f92fc

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