mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Workaround for V8 bug 884
See http://code.google.com/p/v8/issues/detail?id=884
This commit is contained in:
2
deps/v8/SConstruct
vendored
2
deps/v8/SConstruct
vendored
@@ -132,7 +132,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.
|
||||
|
||||
Reference in New Issue
Block a user