meson/docs/markdown/snippets/debug-if-release-plain.md

5 lines
167 B
Markdown
Raw Normal View History

## n_debug=if-release and buildtype=plain means no asserts
Previously if this combination was used then assertions were enabled,
which is fairly surprising behavior.