Skip to content

Commit 8328df9

Browse files
committed
FIN: enable assertions for emcc
1 parent bbf1c2e commit 8328df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/emscripten/build-emscripten.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ chmod 755 emsdk_portable
4949

5050
source emsdk_portable/emsdk_env.sh
5151
hide_output emsdk update
52-
hide_output emsdk install --build=Release sdk-tag-1.37.8-32bit
52+
hide_output emsdk install --build=Release --enable-assertions sdk-tag-1.37.8-32bit
5353
hide_output emsdk activate --build=Release sdk-tag-1.37.8-32bit

0 commit comments

Comments
 (0)