Skip to content

Commit

Permalink
README: note how to enable debugging for rustc
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower committed Jul 4, 2017
1 parent 734c836 commit 857d9db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -40,8 +40,9 @@ Read ["Installation"] from [The Book].

> ***Note:*** Install locations can be adjusted by copying the config file
> from `./src/bootstrap/config.toml.example` to `./config.toml`, and
> adjusting the `prefix` option under `[install]`. Various other options are
> also supported, and are documented in the config file.
> adjusting the `prefix` option under `[install]`. Various other options, such
> as enabling debug information, are also supported, and are documented in
> the config file.
When complete, `sudo ./x.py install` will place several programs into
`/usr/local/bin`: `rustc`, the Rust compiler, and `rustdoc`, the
Expand Down

0 comments on commit 857d9db

Please sign in to comment.