From 21d5919b59546654a1ac31534624a31c21824d31 Mon Sep 17 00:00:00 2001 From: Hongbin Ma Date: Wed, 12 Apr 2023 14:58:34 +0800 Subject: [PATCH] Revert "chang ask me to reproduce jemalloc rtree issue (need to disable PRELOAD, and set ENABLE_JEMALLLOC=OFF,and JEMALLOC_ATTR(constructor(101)) in jemallo.c)" This reverts commit f242fcc7a69aaf6269974d53533c80615b3da624. --- utils/local-engine/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/local-engine/CMakeLists.txt b/utils/local-engine/CMakeLists.txt index 491f1fdd417c..bb2c6e7b18a7 100644 --- a/utils/local-engine/CMakeLists.txt +++ b/utils/local-engine/CMakeLists.txt @@ -59,7 +59,7 @@ add_library(${LOCALENGINE_SHARED_LIB} SHARED target_compile_options(${LOCALENGINE_SHARED_LIB} PUBLIC -fPIC -Wno-shorten-64-to-32 -fvisibility=hidden) -target_link_libraries (${LOCALENGINE_SHARED_LIB} PRIVATE clickhouse_new_delete _jemalloc ${MALLOC_LIBRARIES}) +target_link_libraries (${LOCALENGINE_SHARED_LIB} PRIVATE clickhouse_new_delete) target_link_libraries(${LOCALENGINE_SHARED_LIB} PUBLIC clickhouse_aggregate_functions