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:
committed by
GitHub
parent
d65aff9e2d
commit
3378976432
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user