Remove compact profile.
The standard doesn't defines ECMAScript Compact Profile as a subset of Ecma-262 Edition 5.1. Profile modes can be added easily like the minimal profile if required. JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
This commit is contained in:
@@ -42,10 +42,10 @@ python tools/build.py --debug --lto=off
|
||||
python tools/build.py --cmake-param=CMAKE_PARAM
|
||||
```
|
||||
|
||||
##### Set an ECMAScript profile mode (full|compact|minimal):
|
||||
##### Set a profile mode (full|minimal):
|
||||
|
||||
```bash
|
||||
python tools/build.py --feature=full|compact|minimal
|
||||
python tools/build.py --feature=full|minimal
|
||||
```
|
||||
|
||||
##### Use (jerry|compiler-default|external libc) libc:
|
||||
|
||||
Reference in New Issue
Block a user