Browse Source

Workaround for V8 bug 884

See http://code.google.com/p/v8/issues/detail?id=884
v0.7.4-release
Bert Belder 14 years ago
committed by Ryan Dahl
parent
commit
35e32225d1
  1. 2
      deps/v8/SConstruct

2
deps/v8/SConstruct

@ -136,7 +136,7 @@ LIBRARY_FLAGS = {
'gcc': {
'all': {
'CCFLAGS': ['$DIALECTFLAGS', '$WARNINGFLAGS'],
'CXXFLAGS': ['$CCFLAGS', '-fno-rtti', '-fno-exceptions'],
'CXXFLAGS': ['$CCFLAGS', '-fno-rtti', '-fno-exceptions', '-fno-builtin-memcpy'],
},
'visibility:hidden': {
# Use visibility=default to disable this.

Loading…
Cancel
Save