We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781b958 commit 7a8c57dCopy full SHA for 7a8c57d
src/modm/architecture/interface/assert.md
@@ -168,8 +168,10 @@ if (not is_ok) {
168
}
169
```
170
171
-Additionally, these assertions are only active in debug mode. Of course they
172
-still evaluate and return the condition in release mode, so you can use them
+Additionally, these assertions are only active in `profile=debug` (more about
+profiles: [scons](https://modm.io/reference/module/modm-build-scons/#scons),
173
+[make](https://modm.io/reference/module/modm-build-make/#make)). Of course they
174
+still evaluate and return the condition in `profile=release`, so you can use them
175
just as above:
176
177
4. `bool modm_assert_continue_fail_debug()`
0 commit comments