Skip to content

Commit 721f529

Browse files
[docs] NFC: Remove redundant --sccache flag (#75390)
Following along with the Getting Started guide. I noticed that the guide specifically suggests adding the `--sccache` flag if needed, but it is included in the example invocation: > If you installed and want to use Sccache, add --sccache to the invocation. This means that the flag is optional and should be removed from the example invocation leaving at the user discretion to use.
1 parent 287b07a commit 721f529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Build the toolchain with optimizations, debuginfo, and assertions, using Ninja:
264264
```sh
265265
utils/build-script --skip-build-benchmarks \
266266
--swift-darwin-supported-archs "$(uname -m)" \
267-
--sccache --release-debuginfo --swift-disable-dead-stripping \
267+
--release-debuginfo --swift-disable-dead-stripping \
268268
--bootstrapping=hosttools
269269
```
270270
- Linux:

0 commit comments

Comments
 (0)