build/meson: build with c_std=gnu11
For autotools, we already updated to C11 (gnu11) with commit
066357aa47
("build: bump C standard
to (gcc's) C11").
This commit is contained in:
@@ -8,7 +8,7 @@ project(
|
|||||||
license: 'GPL2+',
|
license: 'GPL2+',
|
||||||
default_options: [
|
default_options: [
|
||||||
'buildtype=debugoptimized',
|
'buildtype=debugoptimized',
|
||||||
'c_std=gnu99',
|
'c_std=gnu11',
|
||||||
],
|
],
|
||||||
meson_version: '>= 0.44.0',
|
meson_version: '>= 0.44.0',
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user