diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ebdd6f..50a67cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(UDPC_SOURCES add_compile_options( -Wall -Wextra -Wpedantic -Wno-missing-braces $<$:-Weffc++> - $<$:-O0> + $<$:-Og> ) if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)