Revert "[CHERRY-PICKED FOR TESTING ONLY] crimson: Enable tcmalloc when using seastar"

This reverts commit 380bc6d2e4.

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
This commit is contained in:
Matan Breizman 2023-06-06 14:53:58 +00:00
parent 03a63b94a1
commit 96c6c2681f

View File

@ -1,4 +1,4 @@
if(ALLOCATOR STREQUAL "tcmalloc")
if(ALLOCATOR STREQUAL "tcmalloc" AND NOT WITH_SEASTAR)
add_library(heap_profiler STATIC
heap_profiler.cc)
target_link_libraries(heap_profiler