Skip to content

Commit 1ca367d

Browse files
author
Dave Abrahams
authored
sccache will start itself
1 parent fcd054f commit 1ca367d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DevelopmentTips.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $ sccache --start-server
3636
$ ./swift/utils/build-script MY_ARGS --sccache
3737
```
3838

39-
If you want to always use sccache, you can `export SWIFT_USE_SCCACHE=1` and omit the `--sccache` flag from the `build-script` invocation (you'll still need to start the server).
39+
If you want to always use sccache, you can `export SWIFT_USE_SCCACHE=1` and omit the `--sccache` flag from the `build-script` invocation.
4040

4141
Given the size of artifacts generated, you might also want to bump the cache size from the default 10GB to something larger, say by putting `export SCCACHE_CACHE_SIZE="50G"` in your dotfile(s).
4242

0 commit comments

Comments
 (0)