This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch hello-stephen-patch-6 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 415754d3d90855a63485df02fa1af9ed5bd4f459 Author: Dongyang Li <lidongy...@selectdb.com> AuthorDate: Wed May 28 11:46:25 2025 +0800 debug --- be/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/CMakeLists.txt b/be/CMakeLists.txt index 1d5b3d86b7b..86ce0dec074 100644 --- a/be/CMakeLists.txt +++ b/be/CMakeLists.txt @@ -392,7 +392,7 @@ endif() # -O3: Enable all compiler optimizations # -DNDEBUG: Turn off dchecks/asserts/debug only code. set(CXX_FLAGS_RELEASE "-O3 -DNDEBUG") -set(CXX_FLAGS_ASAN "-O0 -fsanitize=address -fsanitize=undefined -fno-strict-aliasing -fno-sanitize=alignment,signed-integer-overflow,float-cast-overflow -DUNDEFINED_BEHAVIOR_SANITIZER -DADDRESS_SANITIZER") +set(CXX_FLAGS_ASAN "-O0 -fsanitize=address -DADDRESS_SANITIZER") set(CXX_FLAGS_LSAN "-O0 -fsanitize=leak -DLEAK_SANITIZER") ## Use for BE-UT set(CXX_FLAGS_ASAN_UT "-O0 -fsanitize=address -DADDRESS_SANITIZER") --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org