-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
shims: enable cc arg refurbishment for ninja #12990
Conversation
Review period will end on 2022-03-15 at 00:00:00 UTC. |
Review period skipped due to |
Fine with this. However, I wonder whether the fact that we've gone for so long without refurbishing cc args with |
Well it is causing issues not stripping The rest are mostly portability and compatibility reasons and as such really shouldn't matter for modern software with a modern build system:
For software with a good build system, most of the above should not be a concern. Software using Ninja tend to have more modern build systems. Ninja is still to be honest quite a small portion of our formulae - it's largely inflated by GNOME formulae. Qt and v8 are two to look out for. |
847ce8e
to
d23de6c
Compare
To be clear though: I do generally agree with this. |
👍🏻 on this, thanks @Bo98! |
brew style
with your changes locally?brew typecheck
with your changes locally?brew tests
with your changes locally?We do it for Make so we should start doing it for Ninja too now.