Turn off V8's -Werror in GYP

This commit is contained in:
Ryan Dahl 2011-10-07 01:08:53 -07:00
parent 51f7ba4147
commit d2ab314e08
1 changed files with 3 additions and 0 deletions

View File

@ -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',