summaryrefslogtreecommitdiff
path: root/deps/v8/tools/unittests/testdata/testroot2/v8_build_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/unittests/testdata/testroot2/v8_build_config.json')
-rw-r--r--deps/v8/tools/unittests/testdata/testroot2/v8_build_config.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/deps/v8/tools/unittests/testdata/testroot2/v8_build_config.json b/deps/v8/tools/unittests/testdata/testroot2/v8_build_config.json
new file mode 100644
index 0000000000..c5e3ee35f1
--- /dev/null
+++ b/deps/v8/tools/unittests/testdata/testroot2/v8_build_config.json
@@ -0,0 +1,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
+}