We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afeb458 commit 5338ca6Copy full SHA for 5338ca6
check/README.md
@@ -12,9 +12,9 @@ applies to this module's macros, just substitute the `munit_` namespace
12
with `psnip_`.
13
14
Additionally, unless you define `PSNIP_CHECK_FAIL_DEFINED`, a failing
15
-assertion will considered undefined behavior even when `NDEBUG` is
16
-defined. This allows the compiler to perform optimizations which
17
-would not otherwise be possible.
+assertion should be considered undefined behavior when `NDEBUG` and/or
+`PSNIP_NDEBUG` is defined. This allows the compiler to perform
+optimizations which would not otherwise be possible.
18
19
## Dependencies
20
0 commit comments