Skip to content

Commit e15914d

Browse files
authored
Merge pull request #15 from MariuszWisniewski/patch-1
Update Compilation Caching setting key in documentation
2 parents e4ffde8 + 941a3c7 commit e15914d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OPTIMIZATION-CHECKS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The `xcode-project-analyzer` audits project-level and target-level build setting
3434

3535
| Setting | Key | Recommended | Why |
3636
|---------|-----|-------------|-----|
37-
| Compilation Caching | `COMPILATION_CACHING` | `YES` | Caches Swift and C-family compilation results; biggest wins on branch switching and clean builds |
37+
| Compilation Caching | `COMPILATION_CACHE_ENABLE_CACHING` | `YES` | Caches Swift and C-family compilation results; biggest wins on branch switching and clean builds |
3838
| Integrated Swift Driver | `SWIFT_USE_INTEGRATED_DRIVER` | `YES` | Eliminates inter-process overhead for compilation scheduling |
3939
| Clang Modules | `CLANG_ENABLE_MODULES` | `YES` | Caches module maps on disk instead of reprocessing headers |
4040
| Explicit Modules | `SWIFT_ENABLE_EXPLICIT_MODULES` | Evaluate per-project | Improves parallelism but may regress due to scanning overhead; benchmark before and after |

0 commit comments

Comments
 (0)