Revert "build, windows: disable SEH"

This is no longer necessary - the underlying issue was fixed in 01fa5ee.
This reverts commit d879042860.
pull/24502/head
Bert Belder 2013-03-05 19:38:28 +01:00
parent 3446157269
commit d5959c5cea
1 changed files with 0 additions and 1 deletions

View File

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