We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b300797 commit b21e3fdCopy full SHA for b21e3fd
1 file changed
wamr-compiler/main.c
@@ -599,7 +599,7 @@ main(int argc, char *argv[])
599
}
600
#if defined(_WIN32) || defined(_WIN32_) || defined(__APPLE__) \
601
|| defined(__MACH__)
602
- if (!option.target_abi) {
+ if (!option.target_arch && !option.target_abi) {
603
LOG_VERBOSE("Set size level to 1 for Windows or MacOS AOT file");
604
option.size_level = 1;
605
0 commit comments