Allow clang to colorize output in ninja

This commit is contained in:
Justin C. Miller
2019-04-18 00:28:23 -07:00
parent 88315c25a5
commit b9c8edb657
2 changed files with 12 additions and 1 deletions

View File

@@ -4,7 +4,8 @@
{{ super() }}
ccflags = $ccflags $
-I${srcroot}/src/include $
-I${srcroot}/src/include/x86_64
-I${srcroot}/src/include/x86_64 $
-fcolor-diagnostics
{% endblock %}
{% block baserules %}