-
Notifications
You must be signed in to change notification settings - Fork 13k
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 uses of the unstable dwarf_version
option
#135739
base: master
Are you sure you want to change the base?
Conversation
r? @chenyukang rustbot has assigned @chenyukang. Use |
89c7fcc
to
a9fae0d
Compare
dwarf_verison
optiondwarf_version
option
Sweet, r? lqd and r=me with a tiny doc comment and green CI. Thanks! |
- Consolidate calculation of the effective value. - Check the target `DebuginfoKind` instead of using `is_like_msvc`.
a9fae0d
to
26c10d0
Compare
I think this might break windows-gnu targets. Their spec for some reason states pdb debuginfo but they use dwarf. Previously this was handled by
|
Thanks for pointing that out! That seems super weird. I'll look into that tomorrow. |
Weird. We should document that in both |
DebuginfoKind
instead of usingis_like_msvc
.cc #103057