Workaround for V8 bug 884
See http://code.google.com/p/v8/issues/detail?id=884
This commit is contained in:
parent
86bf3309bf
commit
b70f8aec84
2
deps/v8/SConstruct
vendored
2
deps/v8/SConstruct
vendored
@ -129,7 +129,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…
x
Reference in New Issue
Block a user