| Index: pylib/gyp/msvs_emulation.py
|
| diff --git a/pylib/gyp/msvs_emulation.py b/pylib/gyp/msvs_emulation.py
|
| index 0562210ac73be4aec4a65c4cb90fe57721b5ce3c..08aa9890e68bd0494421bba08c31c746d4819046 100644
|
| --- a/pylib/gyp/msvs_emulation.py
|
| +++ b/pylib/gyp/msvs_emulation.py
|
| @@ -606,8 +606,7 @@ class MsvsSettings(object):
|
| ld('Profile', map={'true': '/PROFILE'})
|
| ld('LargeAddressAware',
|
| map={'1': ':NO', '2': ''}, prefix='/LARGEADDRESSAWARE')
|
| - ld('ImageHasSafeExceptionHandlers',
|
| - map={'false': ':NO', 'true': ''}, prefix='/SAFESEH', default='true')
|
| + ld('ImageHasSafeExceptionHandlers', map={'true': '/SAFESEH'})
|
| # TODO(scottmg): This should sort of be somewhere else (not really a flag).
|
| ld('AdditionalDependencies', prefix='')
|
|
|
|
|