From 561743008756b593a60f948a99847b425dbd3e99 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Sun, 31 Mar 2024 02:21:56 +0800 Subject: [PATCH] feat link dl --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 773055c..3e8e8d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,9 +98,9 @@ endif() target_link_libraries( sled - PUBLIC rpc_core fmt marl Async++ + PUBLIC dl rpc_core fmt marl Async++ # protobuf::libprotobuf ${WHOLE_ARCHIVE_WRAPPER_START} - tcmalloc_and_profiler_static + # tcmalloc_and_profiler_static # ${WHOLE_ARCHIVE_WRAPPER_END} )