1
Fork 0

Rollup merge of #103674 - ehuss:split-debuginfo-doc-unstable, r=davidtwco

Update note about unstable split-debuginfo flag.

split-debuginfo was effectively stabilized in #98051. The note about it requiring `-Z unstable-options` is no longer accurate.

The rules for when it is gated and when it is supported are somewhat complex. I considered removing the note entirely, or making it more generic, but opted to instead try to summarize the current state.
This commit is contained in:
Yuki Okushi 2022-11-01 12:03:40 +09:00 committed by GitHub
commit d1ca70809f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -531,8 +531,10 @@ platforms. Possible values are:
debug information. On other Unix platforms this means that `*.dwo` files will
contain debug information.
Note that `packed` and `unpacked` are gated behind `-Z unstable-options` on
non-macOS platforms at this time.
Note that all three options are supported on Linux and Apple platforms,
`packed` is supported on Windows-MSVC, and all other platforms support `off`.
Attempting to use an unsupported option requires using the nightly channel
with the `-Z unstable-options` flag.
## strip