From: Chunmei Liu Date: Wed, 22 Jan 2020 07:06:41 +0000 (-0800) Subject: crimson:disable heap profiler for seastar X-Git-Tag: v15.1.1~182^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=028159ef6ea0f43c4eaf2314d7d73f92bbc5bd99;p=ceph-ci.git crimson:disable heap profiler for seastar alien bluestore will link with heap profiler, but seastar not support heap profiler with seastar defaut allocator, so disable it. Signed-off-by: Chunmei Liu --- diff --git a/src/perfglue/CMakeLists.txt b/src/perfglue/CMakeLists.txt index 11546e98e53..b2cb608da28 100644 --- a/src/perfglue/CMakeLists.txt +++ b/src/perfglue/CMakeLists.txt @@ -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