Mr4thDimention
Thanks for working on this! It will be nice to have concrete evidence that it works. I trust Casey implicitly because he has five years of experience for every one year I have. Still the more tests in support of the Unity Build, the less I have to wonder about it.
I have also tested it on a project with 15000 lines of code and, sure sometimes it might take slightly longer, but it compiles in like 1 minute on my crappy laptop with full optimizations on and much faster with -O1. It's also cleaner to maintain across platforms since I always only have one file to compile on each platform, I don't have to muck around with XCode and add every new file I create to the project to recompile. Btw, I use XCode because that's the simplest way to generate a bundle with resources included on the MAC. Generally I would prefer command line compilation.