Remove duplicated profile-check from build.py (#1718)
This check is performed in cmake-side too. The README.md about the profiles is also updated. JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
Specify compile definitions in profile files to use when compiling the `jerry-core` target.
|
||||
|
||||
The default profile is ``es5.1`` which disables the ArrayBuffer built-in.
|
||||
The default profile is ``es5.1`` which disables the ES2015 features.
|
||||
|
||||
### Using profiles with the build system
|
||||
|
||||
@@ -30,7 +30,7 @@ or
|
||||
./tools/build.py --profile=minimal
|
||||
```
|
||||
|
||||
This command selects the profile/minimal.profile file.
|
||||
This command selects the profiles/minimal.profile file.
|
||||
|
||||
#### 2. Using only CMake build system
|
||||
|
||||
|
||||
Reference in New Issue
Block a user