mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user