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)