meson: bump std level to gnu11, since we use static_assert

master
Ariadne Conill 2021-01-08 16:29:37 -07:00
parent 9affe94dee
commit 98d7493b2a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ project(
'libucontext',
'c',
meson_version : '>=0.55.0',
default_options: ['c_std=gnu99', 'default_library=both'],
default_options: ['c_std=gnu11', 'default_library=both'],
version : run_command('head', files('VERSION')).stdout()
)