Merge branch 'meson-c11'

This commit is contained in:
Daniel Eklöf 2020-12-21 12:17:49 +01:00
commit 86c69aed05
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

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