Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps:
MASM.UseSafeExceptionHandlers
for OpenSSL
Use `msvs_settings.MASM.UseSafeExceptionHandlers` when building OpenSSL assembly code on Windows. This option appends `/safeseh` to the list of assembler flags when building `.asm` files on Windows. Having this option in place, separate rules in `masm_compile.gypi` are no longer needed. Fix: #7426
- Loading branch information