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

Commit b0143e2f authored by Ying Wang's avatar Ying Wang Committed by Gerrit Code Review
Browse files

Merge "Add some more flags to CLANG_CONFIG_UNKNOWN_CFLAGS"

parents 8a3f514d d6e11825
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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