I was googling around for ways to speed up OF build times in XCode and came across this page:
It explains the use of something called “Precompiled Prefix Headers” to prevent XCode from having to recompile all the header files included in your project on each build. I don’t fully grok the details, but it sounds like this might help with the slowest part of building OF projects after the first build: XCode parsing all the header files for OF itself.
I’m way out of my depth here with understanding if this would be helpful in OF or how to do it. Is this something we could do and would it do any good?