Author

Topic: Bitcoin on Windows using Boost Debug Libraries? (Read 812 times)

legendary
Activity: 1708
Merit: 1020
Still some people use it for their own windows builds.

https://github.com/bitcoin/bitcoin/pull/2836
legendary
Activity: 2053
Merit: 1356
aka tonikt
This got changed quite recently.
My guess is that someone was testing with debug libs and then forgot to put it back to non-debug, before committing. Or just overlooked it.

But this makefile is not used for the official (gitian) builds anyway.
legendary
Activity: 1708
Merit: 1020
Is there a reason Bitcoin is using boost debug libraries on windows?

https://github.com/bitcoin/bitcoin/blob/master/src/makefile.mingw

Code:
BOOST_SUFFIX?=-mgw46-mt-sd-1_52

Linux makefile uses non debug libraries.

Non debug seems to work fine, too:
Code:
BOOST_SUFFIX?=-mgw46-mt-1_52
or
BOOST_SUFFIX?=-mgw46-mt-s-1_52

(These two libraries look identical to me.)
Jump to: