Skip to content

Commit afaa39a

Browse files
committed
Remove flag for ignoring undefined symbols for a wasm build
1 parent 4bfabbf commit afaa39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
-DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON \
261261
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
262262
..
263-
EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j ${{ env.ncpus }} install
263+
emmake make -j ${{ env.ncpus }} install
264264
265265
- name: Jupyter Lite integration
266266
shell: bash -l {0}

0 commit comments

Comments
 (0)