Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

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 Feb 9, 2011
1 parent 81b4d45 commit 35e3222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/v8/SConstruct
Expand Up @@ -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.
Expand Down

0 comments on commit 35e3222

Please sign in to comment.