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
-1
View File
@@ -11,7 +11,6 @@ add_executable(vitastor-disk
../blockstore/blockstore_disk.cpp ../blockstore/blockstore_heap.cpp ../blockstore/multilist.cpp
)
target_link_libraries(vitastor-disk
tcmalloc_minimal
${LIBURING_LIBRARIES}
${ISAL_LIBRARIES}
)