Skip to content

Commit 5208fd7

Browse files
committed
Disable errors for undefined symbols
1 parent 455e00b commit 5208fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/emscripten.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ hide_output ./emsdk install 1.39.12
3939
# shellcheck disable=SC1091
4040
source ./emsdk_env.sh
4141
echo "main(){}" > a.c
42-
HOME=/emsdk-portable/ emcc a.c
42+
HOME=/emsdk-portable/ emcc -s ERROR_ON_UNDEFINED_SYMBOLS=0 a.c
4343
rm -f a.*
4444

4545
# Make emsdk usable by any user

0 commit comments

Comments
 (0)