Skip to content

Commit

Permalink
Workaround for V8 bug 884
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus authored and ry committed Jan 19, 2011
1 parent b8f006e commit a61066e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/v8/SConstruct
Expand Up @@ -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.
Expand Down

0 comments on commit a61066e

Please sign in to comment.