Skip to content

Commit

Permalink
Remove flag for ignoring undefined symbols for a wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Dec 5, 2024
1 parent 4bfabbf commit afaa39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
-DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON \
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
..
EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j ${{ env.ncpus }} install
emmake make -j ${{ env.ncpus }} install
- name: Jupyter Lite integration
shell: bash -l {0}
Expand Down

0 comments on commit afaa39a

Please sign in to comment.