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

Remove no longer necessary command line options from build/Jamfile, u… #314

Merged
merged 1 commit into from
Jun 8, 2024

Conversation

pdimov
Copy link
Member

@pdimov pdimov commented Apr 11, 2024

…til/test.jam

-fvisibility=hidden, -fvisibility-inlines-hidden are now supplied automatically by b2, because the default for the visibility feature when building Boost is hidden.

-ftemplate-depth-255 (itself an obsolete spelling for -ftemplate-depth=255) is no longer necessary, because the default as of C++11 is 1024 (so 255 actually decreases it).

In addition, none of these options are supported by Clang for Windows (clang-cl), so removing them avoids warnings when building with it.

@robertramey robertramey merged commit 0c53f8e into develop Jun 8, 2024
46 of 77 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants