Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75a7d3a6 authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

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

* commit '7f18adc2':
  Add -fcolor-diagnostics to global clang cflags.
parents aa898700 7f18adc2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 \