From 8204b6db929cc6778fdbf1dd9686e91771fc29e2 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Mon, 29 Apr 2024 23:14:31 +0800 Subject: [PATCH] feat disable heapcheck --- 3party/gperftools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3party/gperftools/CMakeLists.txt b/3party/gperftools/CMakeLists.txt index 14ac17d..e02ab4e 100644 --- a/3party/gperftools/CMakeLists.txt +++ b/3party/gperftools/CMakeLists.txt @@ -23,7 +23,7 @@ set(TCMALLOC_AND_PROFILER_SO_VERSION 10.11.6) # these that the target system supports. set(DEFAULT_BUILD_CPU_PROFILER ON) set(DEFAULT_BUILD_HEAP_PROFILER ON) -set(DEFAULT_BUILD_HEAP_CHECKER ON) +set(DEFAULT_BUILD_HEAP_CHECKER OFF) set(DEFAULT_BUILD_DEBUGALLOC ON) set(DEFAULT_BUILD_MINIMAL OFF)