Browse Source

Revert "build, windows: disable SEH"

This is no longer necessary - the underlying issue was fixed in 01fa5ee.
This reverts commit d879042860.
v0.8.23-release
Bert Belder 12 years ago
parent
commit
d5959c5cea
  1. 1
      common.gypi

1
common.gypi

@ -117,7 +117,6 @@
'WarningLevel': 3,
'BufferSecurityCheck': 'true',
'ExceptionHandling': 1, # /EHsc
'ImageHasSafeExceptionHandlers': 0, # /SAFESEH:NO
'SuppressStartupBanner': 'true',
'WarnAsError': 'false',
},

Loading…
Cancel
Save