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.