Skip to content

build: Fix libbitcoinconsensus cross-compiling for Windows with DEBUG=1

Fix #19772 (closed).

Steps to reproduce the bug on master (4f223e93):

$ make -C depends HOST=x86_64-w64-mingw32 DEBUG=1 NO_QT=1 NO_QR=1 NO_ZMQ=1 NO_WALLET=1 NO_UPNP=1 NO_NATPMP=1
$ ./autogen.sh
$ CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --disable-wallet --disable-tests --disable-bench --without-utils --without-daemon --without-gui
$ make clean
$ make
...

Merge request reports

Loading