From 0e2f615a008e503978dcbc7061dcbfc27112ea2a Mon Sep 17 00:00:00 2001 From: Jeffrey Hsu Date: Sun, 8 Sep 2024 21:59:21 +0800 Subject: [PATCH] remove some compile options --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(