File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -156,12 +156,9 @@ S:\SourceCache\swift\utils\build.cmd -DebugInfo -SkipPackaging -Test '*'
156156
157157### Speeding up the build with sccache
158158
159- The ` -EnableCaching ` flag can be used to speed up the build. The
160- requirement is that ` sccache ` is installed and available on the shell
161- path. Sccache is available from
162- [ here] ( https://github.com/mozilla/sccache/releases ) . Note that it will
163- help speed up the build of the C/C++ code but not the Swift code as
164- ` sccache ` doesn't currently support Swift.
159+ The ` -EnableCaching ` flag can be used to speed up the build. This will automatically download
160+ SCCache before building. Note that this flag will help speed up the build of the C/C++ code
161+ but not the Swift code as ` sccache ` doesn't currently support Swift.
165162
166163```
167164S:\SourceCache\swift\utils\build.cmd -EnableCaching
You can’t perform that action at this time.
0 commit comments