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:
Bert Belder 2013-03-05 19:36:29 +01:00
Родитель 8e2376b376
Коммит 01fa5ee21d
1 изменённых файлов: 1 добавлений и 0 удалений

1
deps/openssl/openssl.gyp поставляемый
Просмотреть файл

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