Skip to content

Commit 396d36c

Browse files
Rollup merge of #43045 - PlasmaPower:patch-1, r=Mark-Simulacrum
README: note how to enable debugging for rustc I got stuck on this for a bit, looking for a debug option in `./x.py build --help`. Diff without newline changes: Before: > Various other options are also supported, and are documented in the config file. After: > Various other options, such as enabling debug information, are also supported, and are documented in the config file.
2 parents 5b86b35 + 857d9db commit 396d36c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ Read ["Installation"] from [The Book].
4040

4141
> ***Note:*** Install locations can be adjusted by copying the config file
4242
> from `./src/bootstrap/config.toml.example` to `./config.toml`, and
43-
> adjusting the `prefix` option under `[install]`. Various other options are
44-
> also supported, and are documented in the config file.
43+
> adjusting the `prefix` option under `[install]`. Various other options, such
44+
> as enabling debug information, are also supported, and are documented in
45+
> the config file.
4546

4647
When complete, `sudo ./x.py install` will place several programs into
4748
`/usr/local/bin`: `rustc`, the Rust compiler, and `rustdoc`, the

0 commit comments

Comments
 (0)