From 07c7eb8a2034cdbd2105c410fa7462c4cfa4b4c8 Mon Sep 17 00:00:00 2001 From: legendecas Date: Wed, 2 Oct 2019 17:16:38 +0800 Subject: [PATCH] Fix python build `--mem-heap` document (#3185) `--heap-size` has been renamed to `--mem-heap` JerryScript-DCO-1.0-Signed-off-by: legendecas legendecas@gmail.com --- docs/01.CONFIGURATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01.CONFIGURATION.md b/docs/01.CONFIGURATION.md index e6d886977..fc35e737c 100644 --- a/docs/01.CONFIGURATION.md +++ b/docs/01.CONFIGURATION.md @@ -194,7 +194,7 @@ The default value is 512. |---------|----------------------------------------------| | C: | `-DJERRY_GLOBAL_HEAP_SIZE=(int)` | | CMake: | `--DJERRY_GLOBAL_HEAP_SIZE=(int)` | -| Python: | `--heap-size=(int)` | +| Python: | `--mem-heap=(int)` | ### Garbage collection limit