File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -803,7 +803,7 @@ build-wasm64-64bit:
803803 job : wasm64-64bit-emsdk-cross-container
804804 variables :
805805 IMAGE : emsdk-wasm64-64bit-cross
806- CONFIGURE_ARGS : --static --cpu=wasm64 --disable-tools --enable-debug --enable-tcg-interpreter
806+ CONFIGURE_ARGS : --static --cpu=wasm64 --disable-tools --enable-debug
807807
808808build-wasm64-32bit :
809809 extends : .wasm_build_job_template
@@ -812,4 +812,4 @@ build-wasm64-32bit:
812812 job : wasm64-32bit-emsdk-cross-container
813813 variables :
814814 IMAGE : emsdk-wasm64-32bit-cross
815- CONFIGURE_ARGS : --static --cpu=wasm64 --enable-wasm64-32bit-address-limit --disable-tools --enable-debug --enable-tcg-interpreter
815+ CONFIGURE_ARGS : --static --cpu=wasm64 --enable-wasm64-32bit-address-limit --disable-tools --enable-debug
You can’t perform that action at this time.
0 commit comments