Skip to content

Commit db004ad

Browse files
committed
add a note about disk space
1 parent e72e2c5 commit db004ad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/getting-started.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,10 @@ Then, edit `config.toml`. You will need to search for, uncomment, and update
129129
the following settings:
130130

131131
- `debug = true`: enables debug symbols and `debug!` logging, takes a bit longer to compile.
132-
- `incremental = true`: enables incremental compilation of the compiler itself.
133-
This is turned off by default because it's technically unsound. Sometimes
134-
this will cause weird crashes, but it can really speed things up.
132+
- `incremental = true`: enables incremental compilation of the compiler itself,
133+
which can significantly speed things up. This is turned off by default
134+
because it's technically unsound; sometimes this will cause weird crashes.
135+
Also, it can consume a lot of disk space.
135136
- `llvm-config`: enables building with system LLVM. [See this chapter][sysllvm]
136137
for more info. This avoids building LLVM, which can take a while.
137138

0 commit comments

Comments
 (0)