From be0d0922f9c9a85eaed7077386570a108364a99e Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:17:32 +0800 Subject: [PATCH] feat remove gperftools --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5334016..433540d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,9 +109,8 @@ target_link_libraries( PUBLIC rpc_core fmt marl minilua asio # protobuf::libprotoc PRIVATE dl) -if(CMAKE_SYSTEM_NAME STREQUAL "Linux") - target_link_libraries(sled PUBLIC tcmalloc_and_profiler_static) -endif() +# if(CMAKE_SYSTEM_NAME STREQUAL "Linux") target_link_libraries(sled PUBLIC +# tcmalloc_and_profiler_static) endif() if(SLED_WITH_PROTOBUF) target_link_libraries(sled PUBLIC protobuf::libprotobuf)