wamr-compiler: size_level=0 for sgx mode

cf. https://github.com/bytecodealliance/wasm-micro-runtime/issues/3035
This commit is contained in:
YAMAMOTO Takashi 2025-04-25 11:33:32 +09:00
parent 766145a166
commit b8bd1ef274

View File

@ -712,7 +712,7 @@ main(int argc, char *argv[])
}
if (sgx_mode) {
option.size_level = 1;
option.size_level = 0;
option.is_sgx_platform = true;
}