diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 18eea73..9573a5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,8 +108,11 @@ if(WITH_GPROF) SET(CMAKE_C_FLAGS "-pg") endif(WITH_GPROF) +SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -Wno-variadic-macros") + add_definitions( "-Wall" ) add_definitions( "-Wextra" ) +#add_definitions( "-pedantic" ) IF(${WITH_DOC} STREQUAL "OFF") SET(PACKAGE_DOC "#") |