summaryrefslogtreecommitdiff
path: root/deps/v8/SConstruct
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2011-01-18 03:57:14 +0100
committerRyan Dahl <ry@tinyclouds.org>2011-01-31 13:26:46 -0800
commit9526fef626c57cae3cb84fa54bbbf0e58260d850 (patch)
tree8dcfd497638f43be45f1eb8411a206ccd3114ab1 /deps/v8/SConstruct
parent0634e3a8bc3f7d6d022a13f25638eb394fd9a11b (diff)
downloadnode-new-9526fef626c57cae3cb84fa54bbbf0e58260d850.tar.gz
Workaround for V8 bug 884
See http://code.google.com/p/v8/issues/detail?id=884
Diffstat (limited to 'deps/v8/SConstruct')
-rw-r--r--deps/v8/SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/SConstruct b/deps/v8/SConstruct
index bae1cd5e1d..c9993991d5 100644
--- a/deps/v8/SConstruct
+++ b/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.