diff --git a/core/clang/config.mk b/core/clang/config.mk index acb425dc4b..4393340a82 100644 --- a/core/clang/config.mk +++ b/core/clang/config.mk @@ -45,7 +45,8 @@ CLANG_CONFIG_EXTRA_CFLAGS += \ # Workaround for ccache with clang. # See http://petereisentraut.blogspot.com/2011/05/ccache-and-clang.html. CLANG_CONFIG_EXTRA_CFLAGS += \ - -Wno-unused-command-line-argument + -Wno-unused-command-line-argument \ + -fcolor-diagnostics CLANG_CONFIG_UNKNOWN_CFLAGS := \ -finline-limit=64 \