From c457583f3d31272a5628e58040be77bd8615e887 Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Fri, 13 Mar 2026 13:22:55 -0500 Subject: [PATCH] chore: set `warning_level` back to 0 for now --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index e8e00dc3b..9315ab7da 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,7 @@ project('4jcraft-chucklegrounds', ['cpp', 'c'], version : '0.1.0', default_options : [ + 'warning_level=0', 'buildtype=debug', # for now 'unity=on', # merge source files per target 'unity_size=8', # TODO: mess around with this