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 2 months ago
parent 81fc8bb94c
commit 9f4e34a8cc
  1. 1
      src/CMakeLists.txt

@ -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}
)

Loading…
Cancel
Save