aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rustc-ndebug.md
AgeCommit message (Collapse)AuthorFilesLines
2023-07-17Whoopsie, forgot to create the release notes.Jussi Pakkanen1-6/+0
2023-04-21rust: add support for b_ndebugDylan Baker1-0/+6
Rust has a `debug_assert!()` macro, which is designed to be toggled on the command line. It is on by default in debug builds, and off by default in release builds, in cargo. This matches what meson's b_ndebug option does in `if-release` mode.