|
Re: Compiler Optimizations
if you enable all the compiler optimizations, make sure that anything volatile is declared volatile explicitly. You can get away without it with no optimizations (at least some times), but not with all the optimizations enabled.
I fought that at least a few times this weekend.
|