From c0a5af8d07ccb9f51f6899cf1f41b20cdd5e11d7 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 5 Mar 2013 19:38:28 +0100 Subject: [PATCH] Revert "build, windows: disable SEH" This is no longer necessary - the underlying issue was fixed in 01fa5ee. This reverts commit d87904286024f5ceb6a2d0d5f17e919c775830a0. --- common.gypi | 1 - 1 file changed, 1 deletion(-) diff --git a/common.gypi b/common.gypi index 72138f36bd..9ecfc4d2a3 100644 --- a/common.gypi +++ b/common.gypi @@ -121,7 +121,6 @@ 'WarningLevel': 3, 'BufferSecurityCheck': 'true', 'ExceptionHandling': 1, # /EHsc - 'ImageHasSafeExceptionHandlers': 0, # /SAFESEH:NO 'SuppressStartupBanner': 'true', 'WarnAsError': 'false', },