We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70d1e7 commit 7b26c51Copy full SHA for 7b26c51
src/simdutf/CMakeLists.txt
@@ -7,3 +7,6 @@ set(src
7
8
add_library(flb-simdutf-connector-static STATIC ${src})
9
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