about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLee Bousfield <ljbousfield@gmail.com>2017-07-03 22:04:57 -0400
committerLee Bousfield <ljbousfield@gmail.com>2017-07-03 22:06:43 -0400
commit857d9dbabab5cb2ad8809e46703f77071278954a (patch)
tree4e81e3b4f8521dc15035759a22a387b4b49d01f7
parent734c83642cff23f0d9b4b8f006b05437697bcd91 (diff)
downloadrust-857d9dbabab5cb2ad8809e46703f77071278954a.tar.gz
rust-857d9dbabab5cb2ad8809e46703f77071278954a.zip
README: note how to enable debugging for rustc
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0b209fd3e94..a1f01861075 100644
--- a/README.md
+++ b/README.md
@@ -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