Bitcoin Forum
June 18, 2024, 11:40:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin on Windows using Boost Debug Libraries?  (Read 805 times)
phelix (OP)
Legendary
*
Offline Offline

Activity: 1708
Merit: 1020



View Profile
July 18, 2013, 04:54:37 PM
Last edit: July 18, 2013, 08:58:07 PM by phelix
 #1

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.)
piotr_n
Legendary
*
Offline Offline

Activity: 2053
Merit: 1354


aka tonikt


View Profile WWW
July 19, 2013, 11:03:55 AM
 #2

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.

Check out gocoin - my original project of full bitcoin node & cold wallet written in Go.
PGP fingerprint: AB9E A551 E262 A87A 13BB  9059 1BE7 B545 CDF3 FD0E
phelix (OP)
Legendary
*
Offline Offline

Activity: 1708
Merit: 1020



View Profile
July 19, 2013, 01:59:15 PM
 #3

Still some people use it for their own windows builds.

https://github.com/bitcoin/bitcoin/pull/2836
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!