We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e01d4 commit f15a8f2Copy full SHA for f15a8f2
scripts/build_wasm_tests.sh
@@ -10,6 +10,8 @@ for arg in "$@"; do
10
ETDUMP_OPTS="-DEXECUTORCH_ENABLE_EVENT_TRACER=ON \
11
-DEXECUTORCH_BUILD_DEVTOOLS=ON \
12
-DFLATCC_ALLOW_WERROR=OFF"
13
+ # FlatCC generates warnings depending on the compiler version.
14
+ # This may be removed once the warnings are fixed.
15
fi
16
done
17
0 commit comments