Skip to content

Commit 0ebd5d2

Browse files
authored
update warning about WMO and -warn-long-* flags
1 parent d2c8b08 commit 0ebd5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Build again and you should now see warnings like these:
3737

3838
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.
3939

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.
4141

4242
📖 Sources:
4343

0 commit comments

Comments
 (0)