mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 08:48:33 +00:00
update default compiler flag
This commit is contained in:
parent
b8f0f57249
commit
fa26bcaee9
|
@ -2997,7 +2997,7 @@ aot_emit_object_file(AOTCompContext *comp_ctx, char *file_name)
|
|||
return false;
|
||||
}
|
||||
|
||||
snprintf(cmd, sizeof(cmd), "%s %s -c -o %s %s",
|
||||
snprintf(cmd, sizeof(cmd), "%s %s -o %s %s",
|
||||
comp_ctx->external_asm_compiler,
|
||||
comp_ctx->asm_compiler_flags ? comp_ctx->asm_compiler_flags
|
||||
: "-O3 -c",
|
||||
|
|
Loading…
Reference in New Issue
Block a user