]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "[CHERRY-PICKED FOR TESTING ONLY] crimson: Enable tcmalloc when using seastar"
authorMatan Breizman <mbreizma@redhat.com>
Tue, 6 Jun 2023 14:53:58 +0000 (14:53 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Tue, 6 Jun 2023 14:53:58 +0000 (14:53 +0000)
This reverts commit 380bc6d2e4ec62e724612dbac57ffdbd82511f9d.

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
src/perfglue/CMakeLists.txt

index 9ad73d576e4e557b566d53bb25df24e8df6903b5..66e2f2bf96315293e5c0a2b51377c2d50b8a88a7 100644 (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