Skip to content

meson: Warn about assertions with buildtype=plain

Dylan Baker requested to merge dbaker/mesa:meson-warn-on-plain into master

There is a recently discovered by in meson that results in assertions being enabled if buildtype=plain and b_ndebug=if-release. Mesa sets b_ndebug=if-release by default, and this has affected distros. Emit a warning with the workaround in this case.

Merge request reports