Update note about unstable split-debuginfo flag.

This commit is contained in:
Eric Huss 2022-10-27 21:53:04 -07:00
parent cdd7afeaad
commit c2b0cc14d1

View File

@ -531,8 +531,10 @@ platforms. Possible values are:
debug information. On other Unix platforms this means that `*.dwo` files will debug information. On other Unix platforms this means that `*.dwo` files will
contain debug information. contain debug information.
Note that `packed` and `unpacked` are gated behind `-Z unstable-options` on Note that all three options are supported on Linux and Apple platforms,
non-macOS platforms at this time. `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 ## strip