summaryrefslogtreecommitdiff
path: root/deps/v8/SConstruct
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-02-02 15:35:14 -0800
committerisaacs <i@izs.me>2012-02-02 15:38:28 -0800
commit465f57c56f9b915d9c8b4f5549457f3e7276ee06 (patch)
tree78f43e65caae959ec8b6eabb9dceaebd153e8393 /deps/v8/SConstruct
parent30fd2f7bb27addadaf4c620eacc77f29a5716e37 (diff)
downloadnode-new-465f57c56f9b915d9c8b4f5549457f3e7276ee06.tar.gz
Upgrade v8 to 3.6.6.20
Diffstat (limited to 'deps/v8/SConstruct')
-rw-r--r--deps/v8/SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/SConstruct b/deps/v8/SConstruct
index 1dcdce4a8c..f9c33caae5 100644
--- a/deps/v8/SConstruct
+++ b/deps/v8/SConstruct
@@ -288,6 +288,7 @@ V8_EXTRA_FLAGS = {
'gcc': {
'all': {
'WARNINGFLAGS': ['-Wall',
+ '-Werror',
'-W',
'-Wno-unused-parameter',
'-Wnon-virtual-dtor']
@@ -381,7 +382,7 @@ MKSNAPSHOT_EXTRA_FLAGS = {
DTOA_EXTRA_FLAGS = {
'gcc': {
'all': {
- 'WARNINGFLAGS': ['-Wno-uninitialized'],
+ 'WARNINGFLAGS': ['-Werror', '-Wno-uninitialized'],
'CCFLAGS': GCC_DTOA_EXTRA_CCFLAGS
}
},