Build client library without tcmalloc

Fixes "[src/tcmalloc.cc:332] Attempt to free invalid pointer ..." when trying
to run QEMU with both Vitastor and Ceph RBD disks and other possible allocator
collisions.
rdma-v2
Vitaliy Filippov 2023-01-15 00:01:11 +03:00
parent 81fc8bb94c
commit 9f4e34a8cc
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ add_library(vitastor_client SHARED
set_target_properties(vitastor_client PROPERTIES PUBLIC_HEADER "vitastor_c.h")
target_link_libraries(vitastor_client
vitastor_common
tcmalloc_minimal
${LIBURING_LIBRARIES}
${IBVERBS_LIBRARIES}
)