Skip to content

Commit 920347b

Browse files
authored
Remove flag as no undefined symbols found while building for wasm (#335)
1 parent 757e7e8 commit 920347b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ jobs:
13441344
../
13451345
fi
13461346
1347-
EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j ${{ env.ncpus }}
1347+
emmake make -j ${{ env.ncpus }}
13481348
13491349
cd ..
13501350

0 commit comments

Comments
 (0)