From 4fa56178cfd757ca397524e70babdfd3c270cd34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Tue, 27 Feb 2018 10:01:38 +0000 Subject: [PATCH] Fix last commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2b4f071..c8ded67 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project('glorytun', 'c', version: run_command('./version.sh').stdout(), license: 'BSD-3-Clause', default_options : [ - 'buildtype=debugoptimized' + 'buildtype=debugoptimized', 'c_std=gnu99' ] )