From: Christian Brauner Date: Mon, 13 Sep 2021 08:15:01 +0000 (+0200) Subject: build: set diagnostic colours directly in default_options X-Git-Tag: lxc-5.0.0~92^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=455dae78dcf3ec64dcbd9b995ce5dfd0da81389b;p=thirdparty%2Flxc.git build: set diagnostic colours directly in default_options Signed-off-by: Christian Brauner --- 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',