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.
ninja compiler
1 parent 1f9da38 commit 7332619Copy full SHA for 7332619
README.md
@@ -241,7 +241,7 @@ various products. These incremental builds are a big timesaver when developing
241
and debugging.
242
243
cd ${SWIFT_BUILD_DIR}
244
- ninja compiler
+ ninja swift-frontend
245
246
This will build the Swift compiler, but will not rebuild the standard library or
247
any other target. Building the `swift-stdlib` target as an additional layer of
@@ -250,10 +250,6 @@ library, run:
250
251
ninja swift-stdlib
252
253
-To build just the compiler frontend, run:
254
-
255
- ninja swift-frontend
256
257
It is always a good idea to do a full build after using `update-checkout`.
258
259
#### Using Xcode
0 commit comments