Skip to content

Commit

Permalink
chang ask me to reproduce jemalloc rtree issue (need to disable PRELO…
Browse files Browse the repository at this point in the history
…AD, and set ENABLE_JEMALLLOC=OFF,and JEMALLOC_ATTR(constructor(101)) in jemallo.c)
  • Loading branch information
binmahone committed Apr 12, 2023
1 parent ccd3722 commit f242fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/local-engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
target_link_libraries (${LOCALENGINE_SHARED_LIB} PRIVATE clickhouse_new_delete _jemalloc ${MALLOC_LIBRARIES})

target_link_libraries(${LOCALENGINE_SHARED_LIB} PUBLIC
clickhouse_aggregate_functions
Expand Down

0 comments on commit f242fcc

Please sign in to comment.