On Fri, Oct 02, 2020 at 11:22:07AM +0200, Michal Privoznik wrote:
With us switching to glib more and more it is easy to get things
wrong (as can be seen in the previous commit). Set G_DEBUG
variable to "fatal-warnings" which causes GLib to abort the
program at the first call to g_warning() or g_critical().
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
tests/meson.build | 1 +
1 file changed, 1 insertion(+)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>