Skip to content

Commit 7b26c51

Browse files
committed
build: link simdutf_connector with jemalloc
Signed-off-by: Erik Cederberg <[email protected]>
1 parent a70d1e7 commit 7b26c51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/simdutf/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ set(src
77

88
add_library(flb-simdutf-connector-static STATIC ${src})
99
target_link_libraries(flb-simdutf-connector-static simdutf-static)
10+
if(FLB_JEMALLOC)
11+
target_link_libraries(flb-simdutf-connector-static ${JEMALLOC_LIBRARIES})
12+
endif()

0 commit comments

Comments
 (0)