build: Update the default C standard

Request C11 support (with GNU extensions, if available).
This commit is contained in:
Emmanuele Bassi 2023-09-11 11:24:53 +01:00
parent c4e9fb9536
commit a6f9d59107

View File

@ -5,7 +5,7 @@ project('glib', 'c',
default_options : [ default_options : [
'buildtype=debugoptimized', 'buildtype=debugoptimized',
'warning_level=3', 'warning_level=3',
'c_std=gnu99' 'c_std=gnu11'
] ]
) )