Skip to content

Commit d863233

Browse files
author
Github Executorch
committed
Update
[ghstack-poisoned]
1 parent 75f5a76 commit d863233

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/build_size_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EXTRA_BUILD_ARGS="${@:-}"
1515
# TODO(#8357): Remove -Wno-int-in-bool-context
1616
# TODO: Replace -ET_HAVE_PREAD=0 with a CMake option.
1717
# 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"
18+
COMMON_CXXFLAGS="-fno-exceptions -fno-rtti -Wall -Werror -Wno-int-in-bool-context -Wno-stringop-overread -DET_HAVE_PREAD=0"
1919

2020
cmake_install_executorch_lib() {
2121
echo "Installing libexecutorch.a"

0 commit comments

Comments
 (0)