Change C standard from C17 to c17

This commit is contained in:
deepend-tildeclub
2026-01-26 18:08:01 -07:00
committed by GitHub
parent 6e5149fbe6
commit dc76c2ea37

View File

@@ -2,7 +2,7 @@ project('zoitechat', 'c',
version: '2.17.3',
meson_version: '>= 0.47.0',
default_options: [
'c_std=C17',
'c_std=c17',
'buildtype=debugoptimized',
'warning_level=1',
]