Build with C17

All supported platforms have compilers supporting C17.
This commit is contained in:
Sebastian Ramacher 2023-09-11 10:23:32 +02:00
parent 2aef9ece6e
commit 6cddcbf353

View File

@ -1,7 +1,7 @@
project('zathura', 'c',
version: '0.5.2',
meson_version: '>=0.61',
default_options: ['c_std=c11', 'warning_level=3'],
default_options: ['c_std=c17', 'warning_level=3'],
)
version = meson.project_version()