mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-12-08 23:33:52 +00:00
wamr-compiler: size_level=0 for sgx mode
cf. https://github.com/bytecodealliance/wasm-micro-runtime/issues/3035
This commit is contained in:
parent
766145a166
commit
b8bd1ef274
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user