Skip to content

Commit

Permalink
Remove flag as no undefined symbols found while building for wasm (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 authored Oct 24, 2024
1 parent 757e7e8 commit 920347b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ jobs:
../
fi
EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j ${{ env.ncpus }}
emmake make -j ${{ env.ncpus }}
cd ..
Expand Down

0 comments on commit 920347b

Please sign in to comment.