Restore the doc heading.

This commit is contained in:
Jesse Wilson 2025-03-04 18:46:14 -05:00
parent d609acf1ee
commit 9027b2dce2

View File

@ -141,6 +141,8 @@ cmake -DWAMR_BUILD_PLATFORM=linux -DWAMR_BUILD_TARGET=ARM
### **Enable Garbage Collection**
- **WAMR_BUILD_GC**=1/0, default to disable if not set
### **Set the Garbage Collection heap size**
- **WAMR_BUILD_GC_HEAP_SIZE_DEFAULT**=n, default to 128 kB (131072) if not set
### **Configure Debug**