diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c68a5b..be6ce2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ IF (WIN32) set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-Bstatic,--whole-archive -lwinpthread -Wl,--no-whole-archive") ENDIF() -set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror") + set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # ------------------------------------------------------------------------------