From 29cbd1507d518802c16acd30d2ddabad5d27e6ef Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Sun, 16 Aug 2020 18:17:27 -0400 Subject: [PATCH] Update README for changes in x.py defaults See https://github.com/rust-lang/rust/pull/73964. The choices are either to link to `stage1` with rustup or build stage 2; this recommends to build stage2 to be consistent with the existing docs. --- summarize/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/summarize/Readme.md b/summarize/Readme.md index 5fe7b27..f220e4f 100644 --- a/summarize/Readme.md +++ b/summarize/Readme.md @@ -80,7 +80,7 @@ You can also profile your own custom build of rustc. First you'll have to clone ```bash $ git clone https://github.com/rust-lang/rust.git -$ ./x.py build +$ ./x.py build --stage 2 # This will take a while... $ rustup toolchain link mytoolchain build/x86_64-unknown-linux-gnu/stage2 ```