Remove ninja compiler command

This commit is contained in:
Frederick Kellison-Linn
2020-07-03 16:26:49 -04:00
committed by GitHub
parent 1f9da381dc
commit 7332619472

View File

@@ -241,7 +241,7 @@ various products. These incremental builds are a big timesaver when developing
and debugging.
cd ${SWIFT_BUILD_DIR}
ninja compiler
ninja swift-frontend
This will build the Swift compiler, but will not rebuild the standard library or
any other target. Building the `swift-stdlib` target as an additional layer of
@@ -250,10 +250,6 @@ library, run:
ninja swift-stdlib
To build just the compiler frontend, run:
ninja swift-frontend
It is always a good idea to do a full build after using `update-checkout`.
#### Using Xcode