* commit '8e2b2d8ad4040d501d4d254cd359cf17ea32bbdd': Add some more flags to CLANG_CONFIG_UNKNOWN_CFLAGS
This commit is contained in:
commit
716176059a
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue