Add -fcolor-diagnostics to global clang cflags.
Bug: 18187181 Change-Id: Ifcbe34b685b1dfd7ffc801bcdad7bd8208e45f86
This commit is contained in:
parent
427d1e98ec
commit
c7d1a973b0
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue