Skip to content

Commit 1921b60

Browse files
[NFC] GettingStarted: Remove --skip-<os> flags from build script command
These flags are dead weight because the options they disable default to false.
1 parent 59f44f9 commit 1921b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/HowToGuides/GettingStarted.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Build the toolchain with optimizations, debuginfo, and assertions, using Ninja:
265265
- macOS:
266266
```sh
267267
utils/build-script --skip-build-benchmarks \
268-
--skip-ios --skip-watchos --skip-tvos --skip-xros --swift-darwin-supported-archs "$(uname -m)" \
268+
--swift-darwin-supported-archs "$(uname -m)" \
269269
--sccache --release-debuginfo --swift-disable-dead-stripping \
270270
--bootstrapping=hosttools
271271
```

0 commit comments

Comments
 (0)