diff --git a/meson.build b/meson.build index cd3eeb1d..43754ddf 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'c', version: '2.16', meson_version: '>=0.49.0', - default_options: ['c_std=c99'] + # default_options: ['c_std=c99'] ) version_components = meson.project_version().split('.')