Skip to content

Commit 07c7eb8

Browse files
legendecasrerobika
authored andcommitted
Fix python build --mem-heap document (#3185)
`--heap-size` has been renamed to `--mem-heap` JerryScript-DCO-1.0-Signed-off-by: legendecas [email protected]
1 parent 32c74ff commit 07c7eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/01.CONFIGURATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ The default value is 512.
194194
|---------|----------------------------------------------|
195195
| C: | `-DJERRY_GLOBAL_HEAP_SIZE=(int)` |
196196
| CMake: | `--DJERRY_GLOBAL_HEAP_SIZE=(int)` |
197-
| Python: | `--heap-size=(int)` |
197+
| Python: | `--mem-heap=(int)` |
198198

199199
### Garbage collection limit
200200

0 commit comments

Comments
 (0)