Navigation Menu

Skip to content

Commit

Permalink
Patches floating on V8
Browse files Browse the repository at this point in the history
Only SConstruct and build/common.gypi at this point.  All
others are accepted upstream, which greatly simplifies things.
  • Loading branch information
isaacs committed Feb 13, 2012
1 parent 68a0c56 commit 5041bc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions deps/v8/SConstruct
Expand Up @@ -293,7 +293,6 @@ V8_EXTRA_FLAGS = {
'gcc': {
'all': {
'WARNINGFLAGS': ['-Wall',
'-Werror',
'-W',
'-Wno-unused-parameter',
'-Wnon-virtual-dtor']
Expand Down Expand Up @@ -390,7 +389,7 @@ MKSNAPSHOT_EXTRA_FLAGS = {
DTOA_EXTRA_FLAGS = {
'gcc': {
'all': {
'WARNINGFLAGS': ['-Werror', '-Wno-uninitialized'],
'WARNINGFLAGS': ['-Wno-uninitialized'],
'CCFLAGS': GCC_DTOA_EXTRA_CCFLAGS
}
},
Expand Down
1 change: 0 additions & 1 deletion deps/v8/build/common.gypi
Expand Up @@ -352,7 +352,6 @@
}], # OS=="mac"
['OS=="win"', {
'msvs_configuration_attributes': {
'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)',
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
'CharacterSet': '1',
},
Expand Down

0 comments on commit 5041bc1

Please sign in to comment.