node/deps/v8/tools/testrunner/testdata/v8_build_config.json
Michaël Zasso 17a74ddd3d
deps: update V8 to 11.8.172.13
PR-URL: https://github.com/nodejs/node/pull/49639
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2023-10-10 08:25:41 +02:00

18 lines
351 B
JSON

{
"arch": "x64",
"asan": false,
"cfi": false,
"dcheck_always_on": false,
"debugging_features": false,
"full_debug": false,
"i18n": true,
"is_android": false,
"is_ios": false,
"lite_mode": false,
"msan": false,
"simulator_run": false,
"tsan": false,
"ubsan": false,
"use_sanitizer": false,
"verify_predictable": false
}