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

Commit

Permalink
v8: don't show performance warnings when compiling with msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Jul 31, 2012
1 parent 9e2319f commit 2981f01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deps/v8/tools/gyp/v8.gyp
Expand Up @@ -721,6 +721,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' ],
},
Expand Down

0 comments on commit 2981f01

Please sign in to comment.