mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-01-11 07:58:15 -05:00
win/openssl: mark assembled object files as seh safe
There are no unsafe structured exception handlers in object files generated from hand-crafted assembly - because they contain no exception handlers at all.
This commit is contained in:
1
deps/openssl/openssl.gyp
vendored
1
deps/openssl/openssl.gyp
vendored
@@ -824,6 +824,7 @@
|
||||
'action': [
|
||||
'ml.exe',
|
||||
'/Zi',
|
||||
'/safeseh',
|
||||
'/Fo', '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).obj',
|
||||
'/c', '<(RULE_INPUT_PATH)',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user