diff --git a/CMakeLists.txt b/CMakeLists.txt index eaef8fa..040dbda 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ if(MSVC) endforeach(flag_var) endif() else() - add_compile_options(-Wall) + add_compile_options(-Wall -Wextra -Wpedantic) if(NOT CMAKE_BUILD_TYPE MATCHES Debug) add_compile_options(-O3)