Commit de53f166 authored by tqcq's avatar tqcq
Browse files

feat link tcmalloc as public

parent 47f4beac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ target_link_libraries(
         # protobuf::libprotoc
  PRIVATE dl)
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
  target_link_libraries(sled PRIVATE tcmalloc_and_profiler_static)
  target_link_libraries(sled PUBLIC tcmalloc_and_profiler_static)
endif()

if(SLED_WITH_PROTOBUF)