Skip to content

Commit

Permalink
win/openssl: mark assembled object files as seh safe
Browse files Browse the repository at this point in the history
There are no unsafe structured exception handlers in object files
generated from hand-crafted assembly - because they contain no exception
handlers at all.
  • Loading branch information
piscisaureus committed Mar 5, 2013
1 parent 8e2376b commit 01fa5ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/openssl/openssl.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,7 @@
'action': [
'ml.exe',
'/Zi',
'/safeseh',
'/Fo', '<(INTERMEDIATE_DIR)/<(RULE_INPUT_ROOT).obj',
'/c', '<(RULE_INPUT_PATH)',
],
Expand Down

0 comments on commit 01fa5ee

Please sign in to comment.