Skip to content

Commit

Permalink
fixup! cmake: Build bitcoinkernel library
Browse files Browse the repository at this point in the history
The `-no-undefined` is not a linker flag, rather a Libtool flag, which
we do not care about.
  • Loading branch information
hebasto committed Jun 27, 2024
1 parent 8b80c1a commit 414bdee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/kernel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ target_link_libraries(bitcoinkernel
PUBLIC
Boost::headers
)
target_link_options(bitcoinkernel
PRIVATE
LINKER:-no-undefined
)

# libbitcoinkernel requires default symbol visibility, explicitly
# specify that here so that things still work even when user
Expand Down

0 comments on commit 414bdee

Please sign in to comment.