We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d873c commit 20b92dbCopy full SHA for 20b92db
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