summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/d-lang_n_debug.md
AgeCommit message (Collapse)Author
2020-07-12Updated everything for release 0.55.0.Jussi Pakkanen
2020-05-20compilers/d: Add b_ndebug supportDylan Baker
D lang compilers have an option -release (or similar) which turns off asserts, contracts, and other runtime type checking. This patch wires that up to the b_ndebug flag. Fixes #7082