-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathargs-library.json
More file actions
43 lines (43 loc) · 914 Bytes
/
args-library.json
File metadata and controls
43 lines (43 loc) · 914 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
34
35
36
37
38
39
40
41
42
43
{
"common": {
"is_component_build" : false,
"v8_enable_i18n_support": false,
"v8_enable_slow_dchecks": false,
"v8_monolithic": true,
"v8_use_external_startup_data": false,
"libcxx_abi_unstable": false
},
"android": {
"target_os":"\"android\"",
"v8_android_log_stdout": true,
"android_ndk_root": "\"/third_party/android-ndk-r20b\""
},
"windows": {
"is_clang": false,
"treat_warnings_as_errors": false
},
"arm": {
"target_cpu": "\"arm\"",
"v8_target_cpu":"\"arm\""
},
"arm64": {
"target_cpu": "\"arm64\"",
"v8_target_cpu":"\"arm64\""
},
"ia32": {
"target_cpu": "\"x86\"",
"v8_target_cpu":"\"x86\""
},
"x64": {
"target_cpu": "\"x64\"",
"v8_target_cpu":"\"x64\""
},
"release": {
"is_debug": false,
"v8_optimized_debug": false
},
"debug": {
"is_debug": true,
"v8_optimized_debug": true
}
}