diff --git a/CMakeLists.txt b/CMakeLists.txt index 66a0c0b..a04e731 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,10 @@ endif() # For being able to used LSP set(CMAKE_EXPORT_COMPILE_COMMANDS ON) +#"-Wall":: Enable all warnings. +#"-Werror":: Treat all warnings as errors. +#"-Wpedantic":: Issue all warnings demanded by strict ISO + # Request C 17 standard features set(CMAKE_C_STANDARD 17) set(CMAKE_C_STANDARD_REQUIRED True)