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.
2 parents e9a2a77 + 20b92db commit 8669b5dCopy full SHA for 8669b5d
src/bootstrap/README.md
@@ -142,7 +142,7 @@ incremental builds:
142
```
143
144
The `--incremental` flag will store incremental compilation artifacts
145
-in `build/stage0-incremental`. Note that we only use incremental
+in `build/<host>/stage0-incremental`. Note that we only use incremental
146
compilation for the stage0 -> stage1 compilation -- this is because
147
the stage1 compiler is changing, and we don't try to cache and reuse
148
incremental artifacts across different versions of the compiler. For
0 commit comments