]> Git Repo - VerusCoin.git/commit
build: change reduce exports/static libstdc++ options for gitian and travis
authorCory Fields <[email protected]>
Mon, 23 Feb 2015 23:18:08 +0000 (18:18 -0500)
committerCory Fields <[email protected]>
Mon, 23 Feb 2015 23:22:58 +0000 (18:22 -0500)
commit06715165f9215a954c0b5d0b15037aecff8b1d74
tree96cd6fbdc46d557d89fbb87396a77f9546abcbd4
parentaa3673064c5cc2009d4a75d0ab8a553e99861ccb
build: change reduce exports/static libstdc++ options for gitian and travis

For Gitian releases:
  - Windows builds remain unchanged. libstdc++ was already linked statically.
  - OSX builds remain unchanged. libstdc++ is tied to the SDK and not worth
    messing with.
  - Linux builds now statically link libstdc++.

For Travis:
  - Match the previous behavior by adding --enable-reduce-exports as
  necessary.
  - Use static libstdc++ for the full Linux build.
.travis.yml
contrib/gitian-descriptors/gitian-linux.yml
contrib/gitian-descriptors/gitian-osx.yml
contrib/gitian-descriptors/gitian-win.yml
This page took 0.026301 seconds and 4 git commands to generate.