add clang support for segmented stacks

This commit is contained in:
Oliver Kowalke
2014-03-19 21:18:04 +01:00
parent 3b39af8001
commit 00205b2431
4 changed files with 12 additions and 5 deletions

View File

@@ -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
;