You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/build_wamr.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,9 @@ Currently we only profile the memory consumption of module, module_instance and
83
83
-**WAMR_APP_THREAD_STACK_SIZE_MAX**=n, default to 8 MB (8388608) if not set
84
84
> Note: the AOT boundary check with hardware trap mechanism might consume large stack since the OS may lazily grow the stack mapping as a guard page is hit, we may use this configuration to reduce the total stack usage, e.g. -DWAMR_APP_THREAD_STACK_SIZE_MAX=131072 (128 KB).
85
85
86
+
#### **Enable tail call feature**
87
+
-**WAMR_BUILD_TAIL_CALL**=1/0, default to disable if not set
88
+
86
89
**Combination of configurations:**
87
90
88
91
We can combine the configurations. For example, if we want to disable interpreter, enable AOT and WASI, we can run command:
0 commit comments