Skip to content

Commit 2a6917b

Browse files
authored
Fix documentation of cmake options (#4587)
JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo [email protected]
1 parent 3df7998 commit 2a6917b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/01.CONFIGURATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Enabling this feature provides detailed error messages where available, like lin
139139
| Options | |
140140
|---------|----------------------------------------------|
141141
| C: | `-DJERRY_ERROR_MESSAGES=0/1` |
142-
| CMake: | `--DJERRY_ERROR_MESSAGES=ON/OFF` |
142+
| CMake: | `-DJERRY_ERROR_MESSAGES=ON/OFF` |
143143
| Python: | `--error-messages=ON/OFF` |
144144

145145
### Logging
@@ -196,7 +196,7 @@ The default value is 512.
196196
| Options | |
197197
|---------|----------------------------------------------|
198198
| C: | `-DJERRY_GLOBAL_HEAP_SIZE=(int)` |
199-
| CMake: | `--DJERRY_GLOBAL_HEAP_SIZE=(int)` |
199+
| CMake: | `-DJERRY_GLOBAL_HEAP_SIZE=(int)` |
200200
| Python: | `--mem-heap=(int)` |
201201

202202
### Garbage collection limit

0 commit comments

Comments
 (0)