Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 97268c669f521bc8dfbc8b46f924cf49db4bc407..63cc6002746e4c2bcaf30801653d76e433c937f6 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -3389,6 +3389,7 @@ |
| 'AdditionalOptions': [ |
| '/d2Zi+', # Improve debugging of Release builds. |
| '/Zc:inline', # Remove unreferenced COMDAT (faster links). |
| + '/Gw', # Put data in separate COMDATs, new in VS 2013 Update 2 |
|
scottmg
2014/12/18 03:05:38
You can drop the ", new in VS 2013 Update 2", and
|
| '<@(win_release_extra_cflags)', |
| ], |
| }, |