From 43c7e9f392fbc2ade4ad7d12efe64f4f3053ada9 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Tue, 30 Apr 2024 18:08:41 +0800 Subject: [PATCH] feat add tcmalloc --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7558aec..af601c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,7 +110,7 @@ target_link_libraries( # protobuf::libprotoc PRIVATE dl) if(CMAKE_SYSTEM_NAME STREQUAL "Linux") - target_link_libraries(sled PUBLIC profiler_static) + target_link_libraries(sled PUBLIC tcmalloc_and_profiler_static) endif() if(SLED_WITH_PROTOBUF)