Skip to content

Commit 20b92db

Browse files
committed
Correct path of incremental artifacts
1 parent 17d873c commit 20b92db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ incremental builds:
142142
```
143143

144144
The `--incremental` flag will store incremental compilation artifacts
145-
in `build/stage0-incremental`. Note that we only use incremental
145+
in `build/<host>/stage0-incremental`. Note that we only use incremental
146146
compilation for the stage0 -> stage1 compilation -- this is because
147147
the stage1 compiler is changing, and we don't try to cache and reuse
148148
incremental artifacts across different versions of the compiler. For

0 commit comments

Comments
 (0)