We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2e151 commit 6ddaecaCopy full SHA for 6ddaeca
1 file changed
wamr-compiler/main.c
@@ -128,6 +128,10 @@ print_help()
128
printf(" Use --cpu-features=+help to list all the features supported\n");
129
printf(" --opt-level=n Set the optimization level (0 to 3, default is 3)\n");
130
printf(" --size-level=n Set the code size level (0 to 3, default is 3)\n");
131
+ printf(" 0 - Large code model\n");
132
+ printf(" 1 - Medium code model\n");
133
+ printf(" 2 - Kernel code model\n");
134
+ printf(" 3 - Small code model\n");
135
printf(" -sgx Generate code for SGX platform (Intel Software Guard Extensions)\n");
136
printf(" --bounds-checks=1/0 Enable or disable the bounds checks for memory access:\n");
137
printf(" by default it is disabled in all 64-bit platforms except SGX and\n");
0 commit comments