Browse Source

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.
v0.8.23-release
Bert Belder 12 years ago
parent
commit
3446157269
  1. 1
      deps/openssl/openssl.gyp

1
deps/openssl/openssl.gyp

@ -762,6 +762,7 @@
'action': [
'ml.exe',
'/Zi',
'/safeseh',
'/Fo', '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).obj',
'/c', '<(RULE_INPUT_PATH)',
],

Loading…
Cancel
Save