Skip to content

Commit

Permalink
update warning about WMO and -warn-long-* flags
Browse files Browse the repository at this point in the history
  • Loading branch information
brow committed Dec 3, 2017
1 parent d2c8b08 commit 0ebd5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -37,7 +37,7 @@ Build again and you should now see warnings like these:

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.

⚠️ Warning: This technique doesn’t work for targets using Whole Module Optimization. Please temporarily disable WMO if you have it enabled.
⚠️ 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.

📖 Sources:

Expand Down

0 comments on commit 0ebd5d2

Please sign in to comment.