2
0
mirror of https://github.com/boostorg/context.git synced 2026-01-19 04:02:17 +00:00

Add safeseh to clang-win building.

As an alternative msvc compiler the clang-win toolset needs the same seh flags.
This commit is contained in:
René Ferdinand Rivera Morell
2025-05-15 22:47:13 -05:00
committed by GitHub
parent d65aff9e2d
commit 3378976432

View File

@@ -39,6 +39,7 @@ project
<define>BOOST_CONTEXT_SOURCE
<threading>multi
<toolset>msvc,<address-model>32:<asmflags>/safeseh
<toolset>clang-win,<address-model>32:<asmflags>/safeseh
: usage-requirements
<link>shared:<define>BOOST_CONTEXT_DYN_LINK=1
<define>BOOST_CONTEXT_NO_LIB=1