From 9027b2dce27529d4216e5c8cc1dc973b4c21b543 Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Tue, 4 Mar 2025 18:46:14 -0500 Subject: [PATCH] Restore the doc heading. --- doc/build_wamr.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/build_wamr.md b/doc/build_wamr.md index 64be528bd..b8cfcc989 100644 --- a/doc/build_wamr.md +++ b/doc/build_wamr.md @@ -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**