v2024.1120.233102
·
35 commits
to master
since this release
Add test profiles that disable all `EMBOSS_CHECK`s. (#211) This catches cases where C++ code inadvertently includes side effects inside of an `EMBOSS_CHECK`; the default `EMBOSS_CHECK` uses `assert`, which will be omitted when `NDEBUG` is defined.