meson: bump C standard to c18

This commit is contained in:
Daniel Eklöf 2020-04-26 19:37:54 +02:00
parent 6de185c242
commit 11095201d7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -2,7 +2,7 @@ project('yambar', 'c',
version: '1.4.0',
license: 'MIT',
meson_version: '>=0.53.0',
default_options: ['c_std=c11',
default_options: ['c_std=c18',
'warning_level=1',
'werror=true',
'b_ndebug=if-release'])