Skip to content

Commit

Permalink
debug: target_link_options(kvikio PRIVATE "-Wl,--exclude-libs,ALL")
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Nov 4, 2024
1 parent f1a0f21 commit 6b463c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ include(cmake/thirdparty/get_thread_pool.cmake)
file(GLOB SOURCES "src/*.cpp")
add_library(kvikio ${SOURCES})
# target_link_options(kvikio PUBLIC "-Wl,--exclude-libs,libcurl.a")
target_link_options(kvikio PUBLIC "-Wl,--exclude-libs,ALL")
target_link_options(kvikio PRIVATE "-Wl,--exclude-libs,ALL")
add_library(kvikio::kvikio ALIAS kvikio)

target_include_directories(
Expand Down

0 comments on commit 6b463c5

Please sign in to comment.