mirror of https://github.com/nodejs/node.git
Revert "build, windows: disable SEH"
This is no longer necessary - the underlying issue was fixed inpull/24502/head01fa5ee
. This reverts commitd879042860
.
parent
3446157269
commit
d5959c5cea
|
@ -117,7 +117,6 @@
|
||||||
'WarningLevel': 3,
|
'WarningLevel': 3,
|
||||||
'BufferSecurityCheck': 'true',
|
'BufferSecurityCheck': 'true',
|
||||||
'ExceptionHandling': 1, # /EHsc
|
'ExceptionHandling': 1, # /EHsc
|
||||||
'ImageHasSafeExceptionHandlers': 0, # /SAFESEH:NO
|
|
||||||
'SuppressStartupBanner': 'true',
|
'SuppressStartupBanner': 'true',
|
||||||
'WarnAsError': 'false',
|
'WarnAsError': 'false',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue