From c077362de80813f0dad1ab809d8ba75012ccac8c Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Mon, 13 Sep 2021 10:15:01 +0200 Subject: [PATCH] build: set diagnostic colours directly in default_options Signed-off-by: Christian Brauner --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a62a8a900..190b248a0 100644 --- a/meson.build +++ b/meson.build @@ -4,6 +4,7 @@ project('lxc', 'c', version : '4.0.0', license : 'LGPLv2+', default_options: [ + 'b_colorout=always', 'b_asneeded=true', 'b_pie=true', 'c_std=gnu11', @@ -95,7 +96,6 @@ pkgconfig = import('pkgconfig') possible_cc_flags = [ '-Wvla', - '-fdiagnostics-color', '-Wimplicit-fallthrough=5', '-Wcast-align', '-Wstrict-prototypes', -- 2.47.2