Skip to content

Commit c40a98a

Browse files
Merge pull request #62156 from AnthonyLatsis/xcode-release
[docs] GettingStarted.md: Recommend building the `--release` variant of `--xcode`
2 parents eafba9b + 8bf1c3d commit c40a98a

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)