From 30a51964f8cefcd2a6912f8f9632dac03c9b2a28 Mon Sep 17 00:00:00 2001 From: wangyunlai Date: Mon, 6 Mar 2023 14:23:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AEASAN=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E4=B8=BAOFF=EF=BC=8C=E7=AD=89=E6=89=80=E6=9C=89=E7=9B=B8?= =?UTF-8?q?=E5=85=B3issue=E9=83=BD=E4=BF=AE=E5=A4=8D=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E6=89=8D=E8=83=BD=E6=89=93=E5=BC=80=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca105fa..63ccb1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ SET(CMAKE_CXX_FLAGS ${CMAKE_COMMON_FLAGS}) SET(CMAKE_C_FLAGS ${CMAKE_COMMON_FLAGS}) MESSAGE("CMAKE_CXX_FLAGS is " ${CMAKE_CXX_FLAGS}) -OPTION(ENABLE_ASAN "Enable build with address sanitizer" ON) +OPTION(ENABLE_ASAN "Enable build with address sanitizer" OFF) IF (ENABLE_ASAN) SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-omit-frame-pointer -fsanitize=address") -- GitLab