Browse Source

Remove -Werror on v8, for compiling on GCC 4.4

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
0eb8d880f8
  1. 1
      deps/v8/SConstruct

1
deps/v8/SConstruct

@ -238,7 +238,6 @@ V8_EXTRA_FLAGS = {
'gcc': {
'all': {
'WARNINGFLAGS': ['-Wall',
'-Werror',
'-W',
'-Wno-unused-parameter',
'-Wnon-virtual-dtor']

Loading…
Cancel
Save