Update meson c standard

This commit is contained in:
Martin Lund 2022-02-13 11:11:46 +01:00
parent d4c3751405
commit 3599b84ad2

View file

@ -2,7 +2,7 @@ project('tio', 'c',
version : '1.33', version : '1.33',
license : [ 'GPL-2'], license : [ 'GPL-2'],
meson_version : '>= 0.53.2', meson_version : '>= 0.53.2',
default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu17' ] default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu99' ]
) )
# The tag date of the project_version(), update when the version bumps. # The tag date of the project_version(), update when the version bumps.