diff --git a/CMakeLists.txt b/CMakeLists.txt index 124209c..0aa063e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,9 +6,9 @@ option(USE_COMPILE_OPTIONS "Use default compile options" ON) if(USE_COMPILE_OPTIONS) add_compile_options( - -Wall - -Wextra - -Wpedantic + # -Wall + #-Wextra + #-Wpedantic # -Waliasing # -Wconversion-extra # -Wimplicit-interface