未验证 提交 9193c5fc 编写于 作者: X xige-16 提交者: GitHub

Build jemalloc without profile (#24447)

Signed-off-by: Nxige-16 <xi.ge@zilliz.com>
上级 15368f5e
...@@ -46,8 +46,7 @@ endif () ...@@ -46,8 +46,7 @@ endif ()
list(APPEND list(APPEND
JEMALLOC_CONFIGURE_COMMAND JEMALLOC_CONFIGURE_COMMAND
"--prefix=${JEMALLOC_PREFIX}" "--prefix=${JEMALLOC_PREFIX}"
"--libdir=${JEMALLOC_LIB_DIR}" "--libdir=${JEMALLOC_LIB_DIR}")
"--enable-prof")
if (CMAKE_BUILD_TYPE EQUAL "DEBUG") if (CMAKE_BUILD_TYPE EQUAL "DEBUG")
# Enable jemalloc debug checks when Milvus itself has debugging enabled # Enable jemalloc debug checks when Milvus itself has debugging enabled
list(APPEND JEMALLOC_CONFIGURE_COMMAND "--enable-debug") list(APPEND JEMALLOC_CONFIGURE_COMMAND "--enable-debug")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册