-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Clean up debugging options #70297
Clean up debugging options #70297
Conversation
r? @estebank (rust_highfive has picked a reviewer for you, use r? to override) |
☔ The latest upstream changes (presumably #70296) made this pull request unmergeable. Please resolve the merge conflicts. |
e484081
to
44a31a7
Compare
It's behaviour can be surprising.
Because it uses `parse_bool` and defaults to true, it is actually impossible to set it to false. And it hasn't been experimental for some time now.
Because it uses `parse_bool` and defaults to true, it is actually impossible to set it to false. Inverting its sense to `-Z no-generate-arange-section` makes it usable.
`-C incremental` was introduced over two years ago. `-Z incremental` was kept for transitioning, but it's been long enough now that it should be ok to remove it.
44a31a7
to
46c8a2c
Compare
@bors r+ |
📌 Commit 46c8a2c has been approved by |
☀️ Test successful - checks-azure |
The |
cc @Centril ^ |
|
I found various sub-optimal things when I was looking at option handling.