am 7f18adc2: am 871b8df1: Merge "Add -fcolor-diagnostics to global clang cflags."

* commit '7f18adc240ca311d225ee9164e6d982f9a005d62':
  Add -fcolor-diagnostics to global clang cflags.
This commit is contained in:
Ying Wang
2014-10-30 23:46:08 +00:00
committed by Android Git Automerger

View File

@@ -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 \