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.
1 parent d97d111 commit 885ab7eCopy full SHA for 885ab7e
src/how-to-build-and-run.md
@@ -41,6 +41,9 @@ codegen-units = 0
41
debug = true
42
```
43
44
+If you have already built `rustc`, then you may have to execute `rm -rf build` for subsequent
45
+configuration changes to take effect.
46
+
47
### What is `x.py`?
48
49
`x.py` is the script used to orchestrate the tooling in the `rustc` repository.
0 commit comments