We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stage0-tools-bin
stage1-tools-bin
1 parent c52ba93 commit 55a9790Copy full SHA for 55a9790
src/building/optimized-build.md
@@ -118,7 +118,7 @@ Here is an example of how can `opt-dist` be used locally (outside of CI):
118
```
119
3. Run the tool with the `local` mode and provide necessary parameters:
120
```bash
121
- ./build/host/stage0-tools-bin/opt-dist local \
+ ./build/host/stage1-tools-bin/opt-dist local \
122
--target-triple <target> \ # select target, e.g. "x86_64-unknown-linux-gnu"
123
--checkout-dir <path> \ # path to rust checkout, e.g. "."
124
--llvm-dir <path> \ # path to built LLVM toolchain, e.g. "/foo/bar/llvm/install"
0 commit comments