mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Update meson c standard
This commit is contained in:
parent
d4c3751405
commit
3599b84ad2
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ project('tio', 'c',
|
|||
version : '1.33',
|
||||
license : [ 'GPL-2'],
|
||||
meson_version : '>= 0.53.2',
|
||||
default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu17' ]
|
||||
default_options : [ 'warning_level=2', 'buildtype=release', 'c_std=gnu99' ]
|
||||
)
|
||||
|
||||
# The tag date of the project_version(), update when the version bumps.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue