at 18.09-beta 15 lines 788 B view raw
1diff --git a/CMakeLists.txt b/CMakeLists.txt 2index a1e8541..6bc9c30 100644 3--- a/CMakeLists.txt 4+++ b/CMakeLists.txt 5@@ -135,8 +135,8 @@ configure_file ( 6 "${PROJECT_BINARY_DIR}/config.h" 7 ) 8 9-set(LIB_CFLAGS "${C99_C_FLAGS} -pedantic -Werror -Wall -Werror=strict-prototypes -Werror=old-style-definition -Werror=missing-prototypes -D_REENTRANT -D_POSIX_C_SOURCE=200809L") 10-set(EXAMPLE_CFLAGS "${C99_C_FLAGS} -pedantic -Werror -Wall -g") 11+set(LIB_CFLAGS "${C99_C_FLAGS} -pedantic -Wall -Werror=strict-prototypes -Werror=old-style-definition -Werror=missing-prototypes -D_REENTRANT -D_POSIX_C_SOURCE=200809L") 12+set(EXAMPLE_CFLAGS "${C99_C_FLAGS} -pedantic -Wall -g") 13 set(EXAMPLE_INCLUDES "${PROJECT_SOURCE_DIR}") 14 15 add_library(groove SHARED ${LIBGROOVE_SOURCES} ${LIBGROOVE_HEADERS})