On 09/04/2015 04:53 PM, Jonathan M Davis wrote:
Normally, the only code differences between release mode and non-release mode relate to extra correctness checking - like with assertions - which get stripped out in release mode for efficiency.
Failing assertions have been redefined to be undefined behaviour in -release. That's not the same as stripping them out.
