forked from jerryscript-project/iotjs
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathbuild.config
More file actions
33 lines (33 loc) · 846 Bytes
/
build.config
File metadata and controls
33 lines (33 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"build_option" : {
"buildtype": "debug",
"buildlib": false,
"builddir": "",
"clean": false,
"config": "",
"target-arch": "",
"target-os": "",
"target-board":"",
"cmake-param": [],
"compile-flag": [],
"link-flag": [],
"external-include-dir": [],
"external-static-lib": [],
"external-shared-lib": [],
"jerry-cmake-param": [],
"jerry-compile-flag": [],
"jerry-link-flag": [],
"jerry-lto": false,
"jerry-heaplimit": 256,
"jerry-memstat": false,
"no-init-submodule": false,
"no-check-tidy": false,
"no-check-test": false,
"no-parallel-build": false,
"sysroot": "",
"no-snapshot": false,
"iotjs-minimal-profile": false,
"iotjs-include-module": ["adc", "dgram", "gpio", "i2c", "pwm", "spi", "uart"],
"iotjs-exclude-module": []
}
}