Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 97268c669f521bc8dfbc8b46f924cf49db4bc407..632ccc56ff4c93644f2ad5c6042448f84db7ab1e 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. |
| '<@(win_release_extra_cflags)', |
| ], |
| }, |