Remove abandoned es5.1 profile from API reference (#4972)

JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com
This commit is contained in:
Yonggang Luo
2022-02-03 18:35:42 +08:00
committed by GitHub
parent 4924f9fd31
commit c5bc3786cf
4 changed files with 18 additions and 12 deletions
+2 -2
View File
@@ -51,10 +51,10 @@ tools/build.py --debug --logging=on --error-messages=on --line-info=on
python tools/build.py --cmake-param=CMAKE_PARAM
```
**Set a profile mode (ES.next, ES5.1, minimal)**
**Set a profile mode (es.next, minimal)**
```bash
python tools/build.py --profile=es.next|es5.1|minimal
python tools/build.py --profile=es.next|minimal
```
See also the related [README.md](https://github.com/jerryscript-project/jerryscript/blob/master/jerry-core/profiles/README.md).