chore(meson): back to c11

This commit is contained in:
2026-02-10 00:32:34 +01:00
parent 14950e5937
commit 406fe36977

View File

@@ -2,7 +2,7 @@ project(
'cws', 'cws',
'c', 'c',
version: '0.1.0', version: '0.1.0',
default_options: ['c_std=c18', 'warning_level=3'], default_options: ['c_std=c11', 'warning_level=3'],
) )
cc = meson.get_compiler('c') cc = meson.get_compiler('c')