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.
--release
--xcode
1 parent 72e296e commit 8bf1c3dCopy full SHA for 8bf1c3d
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