mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
meson: default to c11
We don't need any C18 specifics, so C11 is also fine and more widely supported (i. e. in older clang versions).
This commit is contained in:
parent
82d9fd9219
commit
5987b7c85f
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ project('foot', 'c',
|
|||
license: 'MIT',
|
||||
meson_version: '>=0.53.0',
|
||||
default_options: [
|
||||
'c_std=c18',
|
||||
'c_std=c11',
|
||||
'warning_level=1',
|
||||
'werror=true',
|
||||
'b_ndebug=if-release'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue