Remove the rest of tcmalloc from build

This commit is contained in:
Vitaliy Filippov
2026-05-18 01:17:56 +03:00
parent e56d83fb7f
commit 38fa722725
6 changed files with 4 additions and 15 deletions
-4
View File
@@ -6,11 +6,8 @@ project(vitastor)
# stub_osd, stub_bench, osd_test
add_executable(stub_osd stub_osd.cpp ../util/rw_blocking.cpp ../util/addr_util.cpp)
target_link_libraries(stub_osd tcmalloc_minimal)
add_executable(stub_bench stub_bench.cpp ../util/rw_blocking.cpp ../util/addr_util.cpp)
target_link_libraries(stub_bench tcmalloc_minimal)
add_executable(osd_test osd_test.cpp ../util/rw_blocking.cpp ../util/addr_util.cpp)
target_link_libraries(osd_test tcmalloc_minimal)
# bindiff
add_executable(bindiff
@@ -26,7 +23,6 @@ target_link_libraries(stub_uring_osd
${LIBURING_LIBRARIES}
${IBVERBS_LIBRARIES}
${RDMACM_LIBRARIES}
tcmalloc_minimal
)
# test_allocator