summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/Android.common_build.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/build/Android.common_build.mk b/build/Android.common_build.mk
index b3d1380..5dd9f15 100644
--- a/build/Android.common_build.mk
+++ b/build/Android.common_build.mk
@@ -144,11 +144,8 @@ ART_TARGET_CLANG_CFLAGS_arm64 += \
ART_TARGET_CLANG_CFLAGS_arm64 += \
-fno-vectorize
-# Colorize clang compiler warnings.
-art_clang_cflags := -fcolor-diagnostics
-
# Warn about thread safety violations with clang.
-art_clang_cflags += -Wthread-safety
+art_clang_cflags := -Wthread-safety
# Warn if switch fallthroughs aren't annotated.
art_clang_cflags += -Wimplicit-fallthrough