makefile.mingw: Use normal boost libraries instead of debug for Windows MinGW #2835

pull phelixbtc wants to merge 1 commits into bitcoin:master from phelixbtc:patch-2 changing 1 files +1 −1
  1. phelixbtc commented at 8:57 PM on July 18, 2013: none

    https://bitcointalk.org/index.php?topic=258618

    Using -mt-1_52 instead of -mt-s-1_52 as it can be compiled with the --build-type=minimal boost option saving space and time.

  2. makefile.mingw: Use normal boost libraries instead of debug for Windows MinGW
    https://bitcointalk.org/index.php?topic=258618
    
    Using -mt-1_52 instead of -mt-s-1_52 as it can be compiled with the --build-type=minimal boost option saving space and time.
    bc06d51f83
  3. BitcoinPullTester commented at 4:45 AM on July 19, 2013: none

    Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/bc06d51f837717943e9720575196be23335b96d6 for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.

  4. Diapolo commented at 5:07 AM on July 19, 2013: none

    AFAIK -s is need because we have a static boos library, -d of course seems wrong. From boost-win32.yml: ./bjam toolset=gcc target-os=windows threadapi=win32 threading=multi variant=release link=static --user-config=user-config.jam --without-mpi --without-python -sNO_BZIP2=1 -sNO_ZLIB=1 --layout=tagged --build-type=complete $MAKEOPTS stage

  5. phelixbtc commented at 8:16 AM on July 19, 2013: none

    AFAIK -s is need because we have a static boos library, -d of course seems wrong.

    --build-type=minimal outputs only a single library version with the -s- oppressed - at the advantage of being a little faster. It seems the library is identical. The cost is less clarity without the -s- tag so I will close this pull request and create a new one with -s-

    b2.exe --build-type=minimal --with-chrono --with-filesystem --with-program_options --with-system --with-thread^ --layout=versioned^ -sNO_BZIP2=1^ -sNO_ZLIB=1^ variant=release^ toolset=gcc^ link=static^ threading=multi^ target-os=windows^ threadapi=win32^ cxxflags="%ADDITIONALCCFLAGS%"^ cflags="%ADDITIONALCCFLAGS%"^ stage

  6. phelixbtc closed this on Jul 19, 2013

  7. tholenst referenced this in commit eda7605dfe on Nov 3, 2013
  8. MathyV referenced this in commit 0d90f7d082 on May 29, 2014
  9. MathyV referenced this in commit 8d47bffde8 on Jul 31, 2014
  10. MathyV referenced this in commit 41adca02bd on Jul 31, 2014
  11. MathyV referenced this in commit 70f635be48 on Aug 3, 2014
  12. MathyV referenced this in commit ef3514b06e on Aug 5, 2014
  13. Bushstar referenced this in commit 0a6416e064 on Apr 5, 2019
  14. DrahtBot locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-29 03:16 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me