Is there a way to tell the compiler not to optimize a block of code? Something like this would be nice:
#pragma dont_optimize
... code ...
#pragma do_optimize
I'm having an opengles problem that only occurs in release mode, not in debug, and I'd like to narrow it down.
#pragma dont_optimize
... code ...
#pragma do_optimize
I'm having an opengles problem that only occurs in release mode, not in debug, and I'd like to narrow it down.