v8: don't show performance warnings when compiling with msvc

Patch sent upstream: http://codereview.chromium.org/10829109/
pull/24504/head
Bert Belder 2012-08-01 00:52:37 +02:00
parent 78dbb15858
commit fa94f0fe83
1 changed files with 3 additions and 0 deletions

View File

@ -730,6 +730,9 @@
'../../src/win32-math.h',
],
'msvs_disabled_warnings': [4351, 4355, 4800],
'direct_dependent_settings': {
'msvs_disabled_warnings': [4351, 4355, 4800],
},
'link_settings': {
'libraries': [ '-lwinmm.lib', '-lws2_32.lib' ],
},