Posts tagged: build
iOS Compiler Bug: -O3 FIXES It?! 17 Feb 2012
This is officially the strangest optimization-related compiler bug I've ever seen.
Read more...iOs Compiler (Bug?): "invalid offset, value too big" 31 Mar 2011
This is a bug that's bit me a few times already. Basically, the iOS compiler fails to generate some function somewhere in the code file causing it to bail with the error "invalid offset, value too big". Problem is, it doesn't tell you which function it failed on (the numbers surrounding the error seem largely meaningless).
Read more...MSBuild and Visual Studio's Hosting of It 06 Oct 2009
This is an interesting issue that might have bitten you if you've been trying to get code generators to play nicely in C# projects.
Read more...