diff options
| author | Eric Huss <eric@huss.org> | 2022-10-27 21:53:04 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2022-10-27 22:24:07 -0700 |
| commit | c2b0cc14d1da274cb8548aff5030dd30b16f67e1 (patch) | |
| tree | 6d1b6c5c0bd2dc2d57f32031186df9eeba457322 | |
| parent | cdd7afeaadf1c48eafb4dff4452439fa5d13a775 (diff) | |
| download | rust-c2b0cc14d1da274cb8548aff5030dd30b16f67e1.tar.gz rust-c2b0cc14d1da274cb8548aff5030dd30b16f67e1.zip | |
Update note about unstable split-debuginfo flag.
| -rw-r--r-- | src/doc/rustc/src/codegen-options/index.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/doc/rustc/src/codegen-options/index.md b/src/doc/rustc/src/codegen-options/index.md index b1c3b618cec..f5a49410ea5 100644 --- a/src/doc/rustc/src/codegen-options/index.md +++ b/src/doc/rustc/src/codegen-options/index.md @@ -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 |
