meson: bump C standard to c18

This commit is contained in:
Daniel Eklöf 2020-04-26 19:39:08 +02:00
parent e9ed3025a8
commit d959b98822
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

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