diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 3 insertions, 1 deletions
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') |