Skip to content

Commit

Permalink
Revert "build, windows: disable SEH"
Browse files Browse the repository at this point in the history
This is no longer necessary - the underlying issue was fixed in 01fa5ee.
This reverts commit d879042.
  • Loading branch information
piscisaureus committed Mar 5, 2013
1 parent 01fa5ee commit c0a5af8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
'WarningLevel': 3,
'BufferSecurityCheck': 'true',
'ExceptionHandling': 1, # /EHsc
'ImageHasSafeExceptionHandlers': 0, # /SAFESEH:NO
'SuppressStartupBanner': 'true',
'WarnAsError': 'false',
},
Expand Down

0 comments on commit c0a5af8

Please sign in to comment.