From 5cbe7f207d1abe694708bf729e4808a4a5413e60 Mon Sep 17 00:00:00 2001 From: Juan Gu Date: Wed, 28 Sep 2022 20:31:23 +0000 Subject: SERVER-67682 Enable -fdiagnostics-color by default with ninja for all build types --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index a2029692872..1269dacbdc8 100644 --- a/SConstruct +++ b/SConstruct @@ -5299,6 +5299,7 @@ if (get_option('ninja') != "disabled" and ('ICECC' not in env or not env['ICECC' if get_option('ninja') != 'disabled': + env.AppendUnique(CCFLAGS=["-fdiagnostics-color"]) if 'ICECREAM_VERSION' in env and not env.get('CCACHE', None): if env['ICECREAM_VERSION'] < parse_version("1.2"): env.FatalError( -- cgit v1.2.1