Browse Source

Turn off V8's -Werror in GYP

v0.7.4-release
Ryan Dahl 13 years ago
parent
commit
d2ab314e08
  1. 3
      node.gyp

3
node.gyp

@ -1,6 +1,9 @@
{
'variables': {
'v8_use_snapshot': 'true',
# Turn off -Werror in V8
# See http://codereview.chromium.org/8159015
'werror': '',
'target_arch': 'ia32',
'node_use_dtrace': 'false',
'node_use_openssl%': 'true',

Loading…
Cancel
Save