mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
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:
parent
03a63b94a1
commit
96c6c2681f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user