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: README.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
@@ -37,7 +37,7 @@ Build again and you should now see warnings like these:
37
37
38
38
Next step is to address code that Swift compiler has problems with. [John Sundell](https://www.swiftbysundell.com/posts/improving-swift-compile-times) and [Robert Gummesson](https://medium.com/@RobertGummesson/regarding-swift-build-time-optimizations-fc92cdd91e31) are here to help you with that.
39
39
40
-
⚠️ Warning: This technique doesn’t work for targets using Whole Module Optimization. Please temporarily disable WMO if you have it enabled.
40
+
⚠️ Warning: Prior to Xcode 9.1, this technique doesn’t work for targets using Whole Module Optimization. Please temporarily disable WMO if you have it enabled.
0 commit comments