feat link dl
All checks were successful
linux-x64-gcc / linux-gcc (Debug) (push) Successful in 1m47s
linux-mips64-gcc / linux-gcc-mips64el (push) Successful in 1m14s
linux-x64-gcc / linux-gcc (Release) (push) Successful in 1m42s

This commit is contained in:
tqcq 2024-03-31 02:21:56 +08:00
parent 51746fe8cd
commit 5617430087

View File

@ -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}
)