[OT] OT: Null checks.

Timon Gehr timon.gehr at gmx.ch
Tue May 6 03:12:27 UTC 2025


On 5/6/25 05:11, Timon Gehr wrote:
>>
> 
> The -release switch causes `assert(0, "message")` to be replaced with 
> "ud2" which generates a breakpoint for the debugger. It triggers an 
> invalid opcode exception.

druntime is built with that switch, so even in debug builds you will get 
invalid instruction errors. We have to fix this.


More information about the Digitalmars-d mailing list