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.
x.py clean
1 parent 178e305 commit 163efc6Copy full SHA for 163efc6
src/building/how-to-build-and-run.md
@@ -259,8 +259,6 @@ Here are a few other useful `x.py` commands. We'll cover some of them in detail
259
in other sections:
260
261
- Building things:
262
- - `./x.py clean` – clean up the build directory (`rm -rf build` works too,
263
- but then you have to rebuild LLVM)
264
- `./x.py build --stage 1` – builds everything using the stage 1 compiler,
265
not just up to `libstd`
266
- `./x.py build` – builds the stage2 compiler
@@ -283,3 +281,5 @@ everything up then you only need to run one command!
283
281
```bash
284
282
./x.py clean
285
```
+
+`rm -rf build` works too, but then you have to rebuild LLVM.
0 commit comments