From 9865b70c855500ea3cae76fb8c9986bdf6f249ca Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 12 Sep 2025 12:43:18 -0400 Subject: Implement pom_conf_next_item --- meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 7721c3f..3a09963 100644 --- a/meson.build +++ b/meson.build @@ -1,3 +1,5 @@ -project('pom', 'c') +project('pom', 'c', + # Note: Only C99 is strictly needed + default_options: ['c_std=c23']) library('pom', 'pom.c') static_library('pom', 'pom.c') -- cgit v1.2.3