billroper: (Default)
billroper ([personal profile] billroper) wrote2005-04-21 07:52 pm
Entry tags:

One of Those Things

I hate it when the code behaves differently in a Release compile than in a Debug compile. I'm tracking this problem down, but it's just being weird out there. *sigh*

[identity profile] rinioth.livejournal.com 2005-04-22 07:33 am (UTC)(link)
been there, had that happen.

Try turning the optimiser off in the Release build and see if it changes things. Debug/Release differences are usually caused by it not being to optimise something which is flawed because the debug code is in the way.