Update clang flags for latest AOSP master
Change-Id: I492b5a4b87689f4eb95466fc92241a0f88415012
This commit is contained in:
parent
6072ad4e9b
commit
a360e8b0fa
|
@ -11,6 +11,7 @@ var clangUnknownCflags = []string{
|
||||||
"-finline-limit=64",
|
"-finline-limit=64",
|
||||||
"-fno-canonical-system-headers",
|
"-fno-canonical-system-headers",
|
||||||
"-fno-tree-sra",
|
"-fno-tree-sra",
|
||||||
|
"-fprefetch-loop-arrays",
|
||||||
"-funswitch-loops",
|
"-funswitch-loops",
|
||||||
"-Wmaybe-uninitialized",
|
"-Wmaybe-uninitialized",
|
||||||
"-Wno-error=maybe-uninitialized",
|
"-Wno-error=maybe-uninitialized",
|
||||||
|
|
Loading…
Reference in New Issue