Skip to content

Commit 8bf1c3d

Browse files
committed
[docs] GettingStarted.md: Recommend building the --release variant of --xcode
The `--release` variant takes up 4 times less space than the default `--debug` variant (0.45GB vs 1.8GB).
1 parent 72e296e commit 8bf1c3d

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
@@ -350,7 +350,7 @@ while retaining the option of building with Ninja on the command line.
350350

351351
Assuming that you have already [built the toolchain via Ninja](#the-actual-build),
352352
several more steps are necessary to set up this environment:
353-
* Generate Xcode projects with `utils/build-script --xcode --swift-darwin-supported-archs "$(uname -m)"`.
353+
* Generate Xcode projects with `utils/build-script --release --swift-darwin-supported-archs "$(uname -m)" --xcode`.
354354
This will first build a few LLVM files that are needed to configure the
355355
projects.
356356
* Create a new Xcode workspace.

0 commit comments

Comments
 (0)