Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index b58fede74469c9d22504ed5c30cf6f3e238fc13f..b87462cffee7c0c68a078d2fd762ecd08f584867 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -3331,6 +3331,16 @@ |
| }, |
| }, |
| }], |
| + ['MSVS_VERSION == "2015"', { |
| + 'msvs_settings': { |
| + 'VCCLCompilerTool': { |
| + 'AdditionalOptions': [ |
| + # Work around crbug.com/526851, bug in VS 2015 RTM compiler |
|
scottmg
2015/08/31 23:31:58
nit; '.' at end of comment.
brucedawson
2015/08/31 23:37:12
Done.
|
| + '/Zc:sizedDealloc-', |
| + ], |
| + }, |
| + }, |
| + }], |
| ], |
| }, |
| 'x86_Base': { |