mirror of https://github.com/nodejs/node.git
Turn off V8's -Werror in GYP
This commit is contained in:
parent
51f7ba4147
commit
d2ab314e08
3
node.gyp
3
node.gyp
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
'variables': {
|
'variables': {
|
||||||
'v8_use_snapshot': 'true',
|
'v8_use_snapshot': 'true',
|
||||||
|
# Turn off -Werror in V8
|
||||||
|
# See http://codereview.chromium.org/8159015
|
||||||
|
'werror': '',
|
||||||
'target_arch': 'ia32',
|
'target_arch': 'ia32',
|
||||||
'node_use_dtrace': 'false',
|
'node_use_dtrace': 'false',
|
||||||
'node_use_openssl%': 'true',
|
'node_use_openssl%': 'true',
|
||||||
|
|
Loading…
Reference in New Issue