summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2013-03-05 19:38:28 +0100
committerBert Belder <bertbelder@gmail.com>2013-03-05 19:40:02 +0100
commitc0a5af8d07ccb9f51f6899cf1f41b20cdd5e11d7 (patch)
treeca7b875eed3529f601aa9d219395ff588faa7198 /common.gypi
parent01fa5ee21d1846a9466c1301a19af28fdce72637 (diff)
downloadnode-c0a5af8d07ccb9f51f6899cf1f41b20cdd5e11d7.tar.gz
Revert "build, windows: disable SEH"
This is no longer necessary - the underlying issue was fixed in 01fa5ee. This reverts commit d87904286024f5ceb6a2d0d5f17e919c775830a0.
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index 72138f36b..9ecfc4d2a 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',
},