You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that compilation is done with `x86_64-w64-mingw32-g++-posix`,
but then linking is done with `x86_64-w64-mingw32-g++`.
I'm guessing this has been broken since bitcoin#24131
(01d1845), but have not checked.
Fixesbitcoin#29734.
Unblocks bitcoin#29527 (now DEBUG=1 builds can be tested).
0 commit comments