Skip to content

Commit fcd054f

Browse files
author
Dave Abrahams
authored
Clarify SWIFT_USE_SCCACHE meaning
1 parent 4bc7a63 commit fcd054f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DevelopmentTips.md

Lines changed: 1 addition & 1 deletion
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 the build script will pick it up.
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).
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)