Null checks for structs and

Jarrett Billingsley kb3ctd2 at yahoo.com
Fri Mar 9 13:32:53 PST 2007


"Henning Hasemann" <hhasemann at web.de> wrote in message 
news:20070309221454.cab3e7ce.hhasemann at web.de...
>
> Did you try -release already?
> That should at least disable bounds checking for arrays.

It does, and it also turns off the struct null check, asserts (other than 
assert(false)s), invariants, in/out contracts, debug statements, and just 
about any other debugging cruft.

Would be nice if there were a bit more granularity for turning these things 
on and off, though.. 





More information about the Digitalmars-d mailing list