From 40fcca248b1f1e2d373e2b0c8cedfa94f19fe6c6 Mon Sep 17 00:00:00 2001 From: Stephan Lachnit Date: Mon, 25 Jul 2022 17:37:32 +0200 Subject: [PATCH] build: set c_std to c11 Signed-off-by: Stephan Lachnit --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3e54b9cf..b3e164c0 100644 --- a/meson.build +++ b/meson.build @@ -24,7 +24,7 @@ project( version : '2.4.112', license : 'MIT', meson_version : '>= 0.53', - default_options : ['buildtype=debugoptimized', 'c_std=c99'], + default_options : ['buildtype=debugoptimized', 'c_std=c11'], ) pkg = import('pkgconfig')