You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OPTIMIZATION-CHECKS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The `xcode-project-analyzer` audits project-level and target-level build setting
34
34
35
35
| Setting | Key | Recommended | Why |
36
36
|---------|-----|-------------|-----|
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 |
38
38
| Integrated Swift Driver |`SWIFT_USE_INTEGRATED_DRIVER`|`YES`| Eliminates inter-process overhead for compilation scheduling |
39
39
| Clang Modules |`CLANG_ENABLE_MODULES`|`YES`| Caches module maps on disk instead of reprocessing headers |
40
40
| 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