Merge "Add some more flags to CLANG_CONFIG_UNKNOWN_CFLAGS"

This commit is contained in:
Ying Wang 2014-05-22 17:38:01 +00:00 committed by Gerrit Code Review
commit b0143e2fff
1 changed files with 5 additions and 0 deletions

View File

@ -34,9 +34,14 @@ CLANG_CONFIG_EXTRA_CFLAGS := \
CLANG_CONFIG_UNKNOWN_CFLAGS := \
-funswitch-loops \
-fno-tree-sra \
-finline-limit=64 \
-Wno-psabi \
-Wno-unused-but-set-variable \
-Wno-unused-but-set-parameter \
-Wmaybe-uninitialized \
-Wno-maybe-uninitialized \
-Wno-error=maybe-uninitialized \
-fno-canonical-system-headers
# Clang flags for all host rules