diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-08 19:48:35 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-08 19:55:43 +0300 |
commit | 54544cc8eaf350220e5ce6dd6630e52722652014 (patch) | |
tree | fbb0e024d4be62aa35fbb5cc0753eed9bfeff7a0 /contrib | |
parent | 2bd82cf350fe68015970a14b6a5c44ce5ade8a01 (diff) | |
download | ydb-54544cc8eaf350220e5ce6dd6630e52722652014.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/restricted/libffi/ya.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/restricted/libffi/ya.make b/contrib/restricted/libffi/ya.make index adafe1c0be..fff3d2fa00 100644 --- a/contrib/restricted/libffi/ya.make +++ b/contrib/restricted/libffi/ya.make @@ -115,6 +115,7 @@ ELSEIF (ARCH_I386 AND OS_WINDOWS) contrib/restricted/libffi/configs/i386-microsoft-windows GLOBAL contrib/restricted/libffi/configs/i386-microsoft-windows/include ) + LDFLAGS(/safeseh:no) SRCS( configs/i386-microsoft-windows/sysv_intel.masm src/x86/ffi.c |