Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 857d9db

Browse files
committedJul 4, 2017
README: note how to enable debugging for rustc
1 parent 734c836 commit 857d9db

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)
Please sign in to comment.