Merge pull request #63271 from AnthonyLatsis/min-size-xcode

build: Override default build variant for `--xcode`
This commit is contained in:
Anthony Latsis
2023-02-01 04:18:19 +03:00
committed by GitHub
3 changed files with 14 additions and 11 deletions

View File

@@ -357,7 +357,7 @@ while retaining the option of building with Ninja on the command line.
Assuming that you have already [built the toolchain via Ninja](#the-actual-build),
several more steps are necessary to set up this environment:
* Generate Xcode projects with `utils/build-script --release --swift-darwin-supported-archs "$(uname -m)" --xcode --clean`.
* Generate Xcode projects with `utils/build-script --swift-darwin-supported-archs "$(uname -m)" --xcode --clean`.
This will first build a few LLVM files that are needed to configure the
projects.
* Create a new Xcode workspace.