Skip to content

Commit 7332619

Browse files
authored
Remove ninja compiler command
1 parent 1f9da38 commit 7332619

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ various products. These incremental builds are a big timesaver when developing
241241
and debugging.
242242

243243
cd ${SWIFT_BUILD_DIR}
244-
ninja compiler
244+
ninja swift-frontend
245245

246246
This will build the Swift compiler, but will not rebuild the standard library or
247247
any other target. Building the `swift-stdlib` target as an additional layer of
@@ -250,10 +250,6 @@ library, run:
250250

251251
ninja swift-stdlib
252252

253-
To build just the compiler frontend, run:
254-
255-
ninja swift-frontend
256-
257253
It is always a good idea to do a full build after using `update-checkout`.
258254

259255
#### Using Xcode

0 commit comments

Comments
 (0)