Skip to content

Commit

Permalink
wiiiindows
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelrogstad committed Nov 8, 2024
1 parent 25c33bc commit 3374107
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ add_custom_target(generate_build_info
COMMENT "Generating obj/build.h"
VERBATIM
)

# Workaround for failing Windows build
# https://github.com/LayerTwo-Labs/bitcoin-patched/actions/runs/11741802296/job/32711223812?pr=7#step:9:666
add_compile_options(-Wa,-mbig-obj)

add_library(bitcoin_clientversion OBJECT EXCLUDE_FROM_ALL
clientversion.cpp
)
Expand Down

0 comments on commit 3374107

Please sign in to comment.