-
Notifications
You must be signed in to change notification settings - Fork 13.3k
fix dwarf debuginfo being used in addition to CodeView on windows #99252
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
Conversation
Fixes the debuginfo size increase regression introduced by the DWARF5 support.
Prioritizing to unblock/unbreak clippy CI (as per #99143 (comment)). @bors r+ p=10 |
☀️ Test successful - checks-actions |
Finished benchmarking commit (c2f428d): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
Thanks for addressing this so quickly! ❤️ |
Tackles the debuginfo size increase regression on windows to unblock clippy -- introduced by the DWARF5 support in #98350 cc @pcwalton.
r? @eddyb
Fixes #99143