Skip to content

Commit

Permalink
Update note about unstable split-debuginfo flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Oct 28, 2022
1 parent cdd7afe commit c2b0cc1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/doc/rustc/src/codegen-options/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c2b0cc1

Please sign in to comment.