Skip to content

v2024.1120.233102

Choose a tag to compare

@github-actions github-actions released this 20 Nov 23:31
· 35 commits to master since this release
d7c0ba3
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.