|
@ -9,47 +9,58 @@ |
|
|
}, |
|
|
}, |
|
|
"variables": { |
|
|
"variables": { |
|
|
"asan": 0, |
|
|
"asan": 0, |
|
|
|
|
|
"coverage": "false", |
|
|
|
|
|
"debug_devtools": "node", |
|
|
|
|
|
"force_dynamic_crt": 0, |
|
|
"host_arch": "x64", |
|
|
"host_arch": "x64", |
|
|
"icu_data_file": "icudt57l.dat", |
|
|
"icu_data_file": "icudt58l.dat", |
|
|
"icu_data_in": "../../deps/icu-small/source/data/in/icudt57l.dat", |
|
|
"icu_data_in": "../../deps/icu-small/source/data/in/icudt58l.dat", |
|
|
"icu_endianness": "l", |
|
|
"icu_endianness": "l", |
|
|
"icu_gyp_path": "tools/icu/icu-generic.gyp", |
|
|
"icu_gyp_path": "tools/icu/icu-generic.gyp", |
|
|
"icu_locales": "en,root", |
|
|
"icu_locales": "en,root", |
|
|
"icu_path": "deps/icu-small", |
|
|
"icu_path": "deps/icu-small", |
|
|
"icu_small": "true", |
|
|
"icu_small": "true", |
|
|
"icu_ver_major": "57", |
|
|
"icu_ver_major": "58", |
|
|
"llvm_version": 0, |
|
|
"llvm_version": 0, |
|
|
"node_byteorder": "little", |
|
|
"node_byteorder": "little", |
|
|
|
|
|
"node_enable_d8": "false", |
|
|
"node_enable_v8_vtunejit": "false", |
|
|
"node_enable_v8_vtunejit": "false", |
|
|
"node_install_npm": "true", |
|
|
"node_install_npm": "true", |
|
|
|
|
|
"node_module_version": 51, |
|
|
"node_no_browser_globals": "false", |
|
|
"node_no_browser_globals": "false", |
|
|
"node_prefix": "/usr/local", |
|
|
"node_prefix": "/usr/local", |
|
|
"node_release_urlbase": "", |
|
|
"node_release_urlbase": "", |
|
|
|
|
|
"node_shared": "false", |
|
|
"node_shared_cares": "false", |
|
|
"node_shared_cares": "false", |
|
|
"node_shared_http_parser": "false", |
|
|
"node_shared_http_parser": "false", |
|
|
"node_shared_libuv": "false", |
|
|
"node_shared_libuv": "false", |
|
|
"node_shared_openssl": "false", |
|
|
"node_shared_openssl": "false", |
|
|
"node_shared_zlib": "false", |
|
|
"node_shared_zlib": "false", |
|
|
"node_tag": "", |
|
|
"node_tag": "", |
|
|
|
|
|
"node_use_bundled_v8": "true", |
|
|
"node_use_dtrace": "true", |
|
|
"node_use_dtrace": "true", |
|
|
"node_use_etw": "false", |
|
|
"node_use_etw": "false", |
|
|
"node_use_lttng": "false", |
|
|
"node_use_lttng": "false", |
|
|
"node_use_openssl": "true", |
|
|
"node_use_openssl": "true", |
|
|
"node_use_perfctr": "false", |
|
|
"node_use_perfctr": "false", |
|
|
|
|
|
"node_use_v8_platform": "true", |
|
|
"openssl_fips": "", |
|
|
"openssl_fips": "", |
|
|
"openssl_no_asm": 0, |
|
|
"openssl_no_asm": 0, |
|
|
|
|
|
"shlib_suffix": "51.dylib", |
|
|
"target_arch": "x64", |
|
|
"target_arch": "x64", |
|
|
"uv_parent_path": "/deps/uv/", |
|
|
"uv_parent_path": "/deps/uv/", |
|
|
"uv_use_dtrace": "true", |
|
|
"uv_use_dtrace": "true", |
|
|
"v8_enable_gdbjit": 0, |
|
|
"v8_enable_gdbjit": 0, |
|
|
"v8_enable_i18n_support": 1, |
|
|
"v8_enable_i18n_support": 1, |
|
|
|
|
|
"v8_inspector": "true", |
|
|
"v8_no_strict_aliasing": 1, |
|
|
"v8_no_strict_aliasing": 1, |
|
|
"v8_optimized_debug": 0, |
|
|
"v8_optimized_debug": 0, |
|
|
"v8_random_seed": 0, |
|
|
"v8_random_seed": 0, |
|
|
"v8_use_snapshot": "true", |
|
|
"v8_use_snapshot": "true", |
|
|
"want_separate_host_toolset": 0, |
|
|
"want_separate_host_toolset": 0, |
|
|
"xcode_version": "7.0", |
|
|
"want_separate_host_toolset_mkpeephole": 0, |
|
|
"nodedir": "/Users/trott/io.js", |
|
|
"xcode_version": "8.0", |
|
|
|
|
|
"nodedir": "/Users/cjihrig/iojs/node", |
|
|
"copy_dev_lib": "false", |
|
|
"copy_dev_lib": "false", |
|
|
"standalone_static_library": 1 |
|
|
"standalone_static_library": 1 |
|
|
} |
|
|
} |
|
|