Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-17 | Whoopsie, forgot to create the release notes. | Jussi Pakkanen | 1 | -6/+0 | |
2023-04-21 | rust: add support for b_ndebug | Dylan Baker | 1 | -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. |