diff --git a/node.gyp b/node.gyp index 84ac540d63..b15d4f1a5a 100644 --- a/node.gyp +++ b/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',