mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-25 13:25:39 +02:00
meson: bump C standard to c18
This commit is contained in:
parent
6de185c242
commit
11095201d7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ project('yambar', 'c',
|
||||||
version: '1.4.0',
|
version: '1.4.0',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.53.0',
|
meson_version: '>=0.53.0',
|
||||||
default_options: ['c_std=c11',
|
default_options: ['c_std=c18',
|
||||||
'warning_level=1',
|
'warning_level=1',
|
||||||
'werror=true',
|
'werror=true',
|
||||||
'b_ndebug=if-release'])
|
'b_ndebug=if-release'])
|
||||||
|
|
Loading…
Add table
Reference in a new issue