Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Turn off V8's -Werror in GYP
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Oct 7, 2011
1 parent 51f7ba4 commit d2ab314
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 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',
Expand Down

0 comments on commit d2ab314

Please sign in to comment.