We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f5a76 commit d863233Copy full SHA for d863233
1 file changed
test/build_size_test.sh
@@ -15,7 +15,7 @@ EXTRA_BUILD_ARGS="${@:-}"
15
# TODO(#8357): Remove -Wno-int-in-bool-context
16
# TODO: Replace -ET_HAVE_PREAD=0 with a CMake option.
17
# FileDataLoader used in the size_test breaks baremetal builds with pread when missing.
18
-COMMON_CXXFLAGS="-fno-exceptions -fno-rtti -Wall -Werror -Wno-int-in-bool-context -DET_HAVE_PREAD=0"
+COMMON_CXXFLAGS="-fno-exceptions -fno-rtti -Wall -Werror -Wno-int-in-bool-context -Wno-stringop-overread -DET_HAVE_PREAD=0"
19
20
cmake_install_executorch_lib() {
21
echo "Installing libexecutorch.a"
0 commit comments