From: Stephen Seo Date: Thu, 11 Jan 2024 12:05:02 +0000 (+0900) Subject: Update debug optimization flag X-Git-Tag: 1.0~20 X-Git-Url: https://git.seodisparate.com/stephenseo/static/annotated.html?a=commitdiff_plain;h=bf84a1f2d434ae6c696def8d731c65292d3e49ad;p=UDPConnection Update debug optimization flag --- 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)