File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ Try the suggestions in
143143[ Troubleshooting build issues] ( /docs/HowToGuides/GettingStarted.md#troubleshooting-build-issues ) .
144144
145145Make sure you are using the
146- [ correct release] ( /docs/HowToGuides/GettingStared .md#installing-dependencies )
146+ [ correct release] ( /docs/HowToGuides/GettingStarted .md#installing-dependencies )
147147of Xcode.
148148
149149If you have changed Xcode versions but still encounter errors that appear to
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ toolchain as a one-off, there are a couple of differences:
1919 - [ Ubuntu Linux] ( #ubuntu-linux )
2020- [ Building the project for the first time] ( #building-the-project-for-the-first-time )
2121 - [ Spot check dependencies] ( #spot-check-dependencies )
22- - [ Understanding the pieces ] ( #understanding- the-pieces )
22+ - [ The roles of different tools ] ( #the-roles-of-different-tools )
2323 - [ The actual build] ( #the-actual-build )
2424 - [ Troubleshooting build issues] ( #troubleshooting-build-issues )
2525- [ Editing code] ( #editing-code )
@@ -373,7 +373,7 @@ The codebase is your oyster!
373373
374374Now that you have made some changes, you will need to rebuild...
375375
376- ### Incremental rebuilds with Ninja
376+ ### Incremental builds with Ninja
377377
378378To rebuild the compiler:
379379```sh
@@ -503,7 +503,7 @@ utils/build-script --release-debuginfo --debug-swift # other flags...
503503# debug Stdlib + optimized Swiftc + optimized Clang/LLVM
504504utils/build-script --release-debuginfo --debug-swift-stdlib # other flags...
505505
506- # optimized Stdlib + debug Swiftc (expect typechecker) + optimized Clang/LLVM
506+ # optimized Stdlib + debug Swiftc (except typechecker) + optimized Clang/LLVM
507507utils/build-script --release-debuginfo --debug-swift --force-optimized-typechecker
508508
509509# Last resort option, it is highly unlikely that you will need this
You can’t perform that action at this time.
0 commit comments