-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Fix some typos in docs for -C split-debuginfo
#83500
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
77037cf
to
5691fdd
Compare
5691fdd
to
8527a15
Compare
|
||
* `unpacked` - This means that debug information will be found in separate | ||
files for each compilation unit (object file). This is not supported on | ||
Windows MSVC. On macOS this means the original object files will contain | ||
debug information. On other Unix platforms this means that `*.dwo` files will | ||
contain debug information. | ||
|
||
Note that `packed` and `unpacked` gated behind `-Zunstable-options` on | ||
Note that `packed` and `unpacked` are gated behind `-Z unstable-options` on |
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.
I added a space after -Z
to make it easier to read. I think we use the with-space style elsewhere as well.
Looks great, thank you! @bors: r+ rollup |
📌 Commit 8527a15 has been approved by |
☀️ Test successful - checks-actions |
No description provided.