Remove -g from definitions -- let CMAKE_BUILD_TYPE do its thing.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user