hyperoslo / hyperoslo/ios-foundation
Compile time
Open
- Dominant language
- Ruby
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
I think we all care about compile time now, as for some projects it takes 3-4 minutes to compile. Perhaps we could share some techniques we use to fix and reduce this time.
There was this https://github.com/RobertGummesson/BuildTimeAnalyzer-for-Xcode but Xcode 8 no longer accepts custom plugins
Just found this http://khanlou.com/2016/12/guarding-against-long-compiles/ which hints about this flag `-warn-long-function-bodies=100`. It adds warnings in Xcode for every place the code takes longer time to compile. We can try 😇
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.