From: Thays Grazia Date: Tue, 28 Jul 2020 21:38:41 +0000 (-0300) Subject: Manually merging driver.c from https://github.com/mono/mono/pull/20159 (#40031) X-Git-Tag: submit/tizen/20210909.063632~6369 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f8768677e26bd80e3d3be01940c699c63e9106e;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Manually merging driver.c from https://github.com/mono/mono/pull/20159 (#40031) --- diff --git a/src/mono/wasm/runtime/driver.c b/src/mono/wasm/runtime/driver.c index 32383d7..e98b1b8 100644 --- a/src/mono/wasm/runtime/driver.c +++ b/src/mono/wasm/runtime/driver.c @@ -372,7 +372,7 @@ mono_wasm_load_runtime (const char *unused, int enable_debugging) mono_jit_set_aot_mode (MONO_AOT_MODE_LLVMONLY); #endif #else - mono_jit_set_aot_mode (MONO_AOT_MODE_INTERP_LLVMONLY); + mono_jit_set_aot_mode (MONO_AOT_MODE_INTERP_ONLY); if (enable_debugging) { // Disable optimizations which interfere with debugging interp_opts = "-all";