Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 4709baa195a62772da78a786a7b6dcf290a85b97..fb70a5b304c1f8b974f28e3820588b0fca2e28f5 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -4542,6 +4542,9 @@ |
| ['asan==0', { |
| 'AdditionalOptions': ['/largeaddressaware'], |
| }], |
| + ['clang==1', { |
| + 'AdditionalOptions!': ['/safeseh'], |
| + }], |
| ], |
| }, |
| }, |