mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove ninja compiler command
This commit is contained in:
committed by
GitHub
parent
1f9da381dc
commit
7332619472
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user