[NFC] GettingStarted: Remove --skip-<os> flags from build script command

These flags are dead weight because the options they disable default to
false.
This commit is contained in:
Anthony Latsis
2024-07-14 04:57:46 +03:00
committed by GitHub
parent 59f44f9d0f
commit 1921b60ff4

View File

@@ -265,7 +265,7 @@ Build the toolchain with optimizations, debuginfo, and assertions, using Ninja:
- macOS:
```sh
utils/build-script --skip-build-benchmarks \
--skip-ios --skip-watchos --skip-tvos --skip-xros --swift-darwin-supported-archs "$(uname -m)" \
--swift-darwin-supported-archs "$(uname -m)" \
--sccache --release-debuginfo --swift-disable-dead-stripping \
--bootstrapping=hosttools
```