Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that's a good idea, but I do note that the other build sets:
EXTRA_CXXFLAGS="-Qunused-arguments -fcolor-diagnostics"
andCCACHE_CPP2=yes
- both of which should IMHO be removed.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My understanding was that for clang, you do really want CCACHE_CPP2=yes because of the way clang/llvm works, otherwise you get much poorer use of ccache. I haven't actually tested that myself though, so the world may well have moved on, but this http://peter.eisentraut.org/blog/2014/12/01/ccache-and-clang-part-3/ has some info and links to older info too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may (still) be true for Linux, but for the
brew
-providedccache
it seems to be set to yes/true by default anyway. Output on my Mac, no tweaks over the default config: