summaryrefslogtreecommitdiffstats
path: root/core/clang
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-11-03 23:39:49 -0800
committerStephen Hines <srhines@google.com>2014-11-03 23:42:10 -0800
commitc141b85ef18a32578e3ee4cf0f5590b017c6947b (patch)
tree799c3f98a57216bbdfbcec151655ce79f6f597e0 /core/clang
parentce915d950aaea86e566c8aec06be181a65c17cf2 (diff)
downloadbuild-c141b85ef18a32578e3ee4cf0f5590b017c6947b.zip
build-c141b85ef18a32578e3ee4cf0f5590b017c6947b.tar.gz
build-c141b85ef18a32578e3ee4cf0f5590b017c6947b.tar.bz2
Use automatic color option with the latest clang.
Bug: 18187181 Now that I checked in the latest prebuilts, clang will automatically use color on terminals and no color on redirection to files or non-terminals. Change-Id: I9be00c44947946cc18ce59c936b7f45d0ce2b6fc
Diffstat (limited to 'core/clang')
-rw-r--r--core/clang/config.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/clang/config.mk b/core/clang/config.mk
index 4393340..acb425d 100644
--- a/core/clang/config.mk
+++ b/core/clang/config.mk
@@ -45,8 +45,7 @@ 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 \
- -fcolor-diagnostics
+ -Wno-unused-command-line-argument
CLANG_CONFIG_UNKNOWN_CFLAGS := \
-finline-limit=64 \