Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more support for building boost with different options #1468

Merged
merged 5 commits into from
Dec 16, 2018
Merged

Add more support for building boost with different options #1468

merged 5 commits into from
Dec 16, 2018

Conversation

rkeene
Copy link
Contributor

@rkeene rkeene commented Dec 16, 2018

Support more ways to build Boost, which may be required on some platforms.

This adds "-C" to build with clang's "libc++", as well as "-f" to build a PIC version of all the objects, which will be required for PIE executables on newer versions of Ubuntu.

Additionally a "-v" option is added so you can specify greater debug levels to, for example, see the compile strings.

@rkeene rkeene added this to the V18.0 milestone Dec 16, 2018
@rkeene rkeene self-assigned this Dec 16, 2018
@rkeene rkeene requested a review from cryptocode December 16, 2018 21:54
@rkeene rkeene added the incomplete This item is incomplete and should not be merged if it is a pull request label Dec 16, 2018
@cryptocode
Copy link
Contributor

Could we have a --help option for this one?

@rkeene rkeene merged commit 87bcd33 into nanocurrency:master Dec 16, 2018
@zhyatt zhyatt removed the incomplete This item is incomplete and should not be merged if it is a pull request label Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants