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:
Thomas Haller
2019-02-09 07:10:02 +01:00
parent 557271fa6a
commit 167142c38e

View File

@@ -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',
) )