We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eafba9b + 8bf1c3d commit c40a98aCopy full SHA for c40a98a
docs/HowToGuides/GettingStarted.md
@@ -350,7 +350,7 @@ while retaining the option of building with Ninja on the command line.
350
351
Assuming that you have already [built the toolchain via Ninja](#the-actual-build),
352
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)"`.
+* Generate Xcode projects with `utils/build-script --release --swift-darwin-supported-archs "$(uname -m)" --xcode`.
354
This will first build a few LLVM files that are needed to configure the
355
projects.
356
* Create a new Xcode workspace.
0 commit comments