Welcome to mirror list, hosted at ThFree Co, Russian Federation.

v8_build_config.json « testroot2 « testdata « unittests « tools « v8 « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5e3ee35f18360b39b91c6eb3f44cb482dd2e5e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "current_cpu": "x64",
  "dcheck_always_on": false,
  "is_asan": false,
  "is_cfi": false,
  "is_component_build": false,
  "is_debug": false,
  "is_gcov_coverage": false,
  "is_ubsan_vptr": false,
  "is_msan": false,
  "is_tsan": false,
  "target_cpu": "x64",
  "v8_current_cpu": "x64",
  "v8_enable_i18n_support": true,
  "v8_enable_verify_predictable": false,
  "v8_target_cpu": "x64",
  "v8_use_snapshot": true
}