feat remove gperftools
This commit is contained in:
parent
a2e8981793
commit
be0d0922f9
@ -109,9 +109,8 @@ target_link_libraries(
|
|||||||
PUBLIC rpc_core fmt marl minilua asio
|
PUBLIC rpc_core fmt marl minilua asio
|
||||||
# protobuf::libprotoc
|
# protobuf::libprotoc
|
||||||
PRIVATE dl)
|
PRIVATE dl)
|
||||||
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
# if(CMAKE_SYSTEM_NAME STREQUAL "Linux") target_link_libraries(sled PUBLIC
|
||||||
target_link_libraries(sled PUBLIC tcmalloc_and_profiler_static)
|
# tcmalloc_and_profiler_static) endif()
|
||||||
endif()
|
|
||||||
|
|
||||||
if(SLED_WITH_PROTOBUF)
|
if(SLED_WITH_PROTOBUF)
|
||||||
target_link_libraries(sled PUBLIC protobuf::libprotobuf)
|
target_link_libraries(sled PUBLIC protobuf::libprotobuf)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user