Skip to content

Commit 0f87686

Browse files
authored
Manually merging driver.c from mono/mono#20159 (#40031)
1 parent 87f0165 commit 0f87686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/wasm/runtime/driver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ mono_wasm_load_runtime (const char *unused, int enable_debugging)
372372
mono_jit_set_aot_mode (MONO_AOT_MODE_LLVMONLY);
373373
#endif
374374
#else
375-
mono_jit_set_aot_mode (MONO_AOT_MODE_INTERP_LLVMONLY);
375+
mono_jit_set_aot_mode (MONO_AOT_MODE_INTERP_ONLY);
376376
if (enable_debugging) {
377377
// Disable optimizations which interfere with debugging
378378
interp_opts = "-all";

0 commit comments

Comments
 (0)