Skip to content

Instantly share code, notes, and snippets.

@am11

am11/config.gypi Secret

Created January 13, 2015 05:52
Show Gist options
  • Save am11/1976e76f284c495362f0 to your computer and use it in GitHub Desktop.
Save am11/1976e76f284c495362f0 to your computer and use it in GitHub Desktop.
config.gypi
# Do not edit. File was generated by node-gyp's "configure" step
{
"target_defaults": {
"cflags": [],
"default_configuration": "Release",
"defines": [],
"include_dirs": [],
"libraries": []
},
"variables": {
"clang": 0,
"gcc_version": 44,
"host_arch": "x64",
"node_install_npm": "true",
"node_prefix": "/",
"node_shared_cares": "false",
"node_shared_http_parser": "false",
"node_shared_libuv": "false",
"node_shared_openssl": "false",
"node_shared_v8": "false",
"node_shared_zlib": "false",
"node_tag": "",
"node_unsafe_optimizations": 0,
"node_use_dtrace": "false",
"node_use_etw": "false",
"node_use_openssl": "true",
"node_use_perfctr": "false",
"node_use_systemtap": "false",
"openssl_no_asm": 0,
"python": "/data/opt/bin/python",
"target_arch": "ia32",
"v8_enable_gdbjit": 0,
"v8_no_strict_aliasing": 1,
"v8_use_snapshot": "false",
"want_separate_host_toolset": 0,
"nodedir": "/home/vagrant/.node-gyp/0.10.35",
"copy_dev_lib": "true",
"standalone_static_library": 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment