diff --git a/core/clang/config.mk b/core/clang/config.mk index 91073ba47..72a880f3d 100644 --- a/core/clang/config.mk +++ b/core/clang/config.mk @@ -58,6 +58,7 @@ CLANG_CONFIG_UNKNOWN_CFLAGS := \ -finline-limit=64 \ -fno-canonical-system-headers \ -fno-tree-sra \ + -fprefetch-loop-arrays \ -funswitch-loops \ -Wmaybe-uninitialized \ -Wno-error=maybe-uninitialized \