diff --git a/CMakeLists.txt b/CMakeLists.txt index c6f5081..e5ed147 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,8 +11,7 @@ option(ENABLE_ASAN "Enable AddressSanitizer" ON) add_compile_options( -Wall -Wextra - -O2 - -g3) +) if (ENABLE_ASAN) add_compile_options(