summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
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(