mirror of
https://github.com/boostorg/coroutine.git
synced 2026-02-08 10:42:27 +00:00
add clang support for segmented stacks
This commit is contained in:
@@ -25,6 +25,8 @@ project boost/coroutine/example
|
||||
<toolset>gcc-4.8,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
|
||||
<toolset>gcc-4.9,<segmented-stacks>on:<cxxflags>-fsplit-stack
|
||||
<toolset>gcc-4.9,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
|
||||
<toolset>clang-3.4,<segmented-stacks>on:<cxxflags>-fsplit-stack
|
||||
<toolset>clang-3.4,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
|
||||
<link>static
|
||||
<threading>multi
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user