Workaround for V8 bug 884

See http://code.google.com/p/v8/issues/detail?id=884
v0.7.4-release
Bert Belder 2011-01-18 03:57:14 +01:00 committed by Ryan Dahl
parent 81b4d45354
commit 35e32225d1
1 changed files with 1 additions and 1 deletions

2
deps/v8/SConstruct vendored
View File

@ -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.