mirror of
https://github.com/boostorg/coroutine2.git
synced 2025-05-11 05:24:01 +00:00
-fsplit-stack flag with GCC
This commit is contained in:
parent
6523d31800
commit
4569842e94
@ -16,8 +16,8 @@ import toolset ;
|
|||||||
project boost/coroutine2/example
|
project boost/coroutine2/example
|
||||||
: requirements
|
: requirements
|
||||||
<library>/boost/context//boost_context
|
<library>/boost/context//boost_context
|
||||||
<toolset>gcc,<segmented-stacks>on:<cxxflags>-fsplit-stack
|
<target-os>linux,<toolset>gcc,<segmented-stacks>on:<cxxflags>-fsplit-stack
|
||||||
<toolset>gcc,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
|
<target-os>linux,<toolset>gcc,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
|
||||||
<toolset>clang,<segmented-stacks>on:<cxxflags>-fsplit-stack
|
<toolset>clang,<segmented-stacks>on:<cxxflags>-fsplit-stack
|
||||||
<toolset>clang,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
|
<toolset>clang,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
|
||||||
<link>static
|
<link>static
|
||||||
|
@ -18,8 +18,8 @@ project boost/coroutine2/performance
|
|||||||
<library>/boost/chrono//boost_chrono
|
<library>/boost/chrono//boost_chrono
|
||||||
<library>/boost/context//boost_context
|
<library>/boost/context//boost_context
|
||||||
<library>/boost/program_options//boost_program_options
|
<library>/boost/program_options//boost_program_options
|
||||||
<toolset>gcc,<segmented-stacks>on:<cxxflags>-fsplit-stack
|
<target-os>linux,<toolset>gcc,<segmented-stacks>on:<cxxflags>-fsplit-stack
|
||||||
<toolset>gcc,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
|
<target-os>linux,<toolset>gcc,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
|
||||||
<toolset>clang,<segmented-stacks>on:<cxxflags>-fsplit-stack
|
<toolset>clang,<segmented-stacks>on:<cxxflags>-fsplit-stack
|
||||||
<toolset>clang,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
|
<toolset>clang,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
|
||||||
<link>static
|
<link>static
|
||||||
|
@ -19,8 +19,8 @@ project boost/coroutine2/performance/segmented_stack
|
|||||||
<library>/boost/coroutine//boost_coroutine
|
<library>/boost/coroutine//boost_coroutine
|
||||||
<library>/boost/program_options//boost_program_options
|
<library>/boost/program_options//boost_program_options
|
||||||
<segmented-stacks>on
|
<segmented-stacks>on
|
||||||
<toolset>gcc,<segmented-stacks>on:<cxxflags>-fsplit-stack
|
<target-os>linux,<toolset>gcc,<segmented-stacks>on:<cxxflags>-fsplit-stack
|
||||||
<toolset>gcc,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
|
<target-os>linux,<toolset>gcc,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
|
||||||
<toolset>clang,<segmented-stacks>on:<cxxflags>-fsplit-stack
|
<toolset>clang,<segmented-stacks>on:<cxxflags>-fsplit-stack
|
||||||
<toolset>clang,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
|
<toolset>clang,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
|
||||||
<link>static
|
<link>static
|
||||||
|
@ -18,8 +18,8 @@ project boost/coroutine2/test
|
|||||||
: requirements
|
: requirements
|
||||||
<library>../../test/build//boost_unit_test_framework
|
<library>../../test/build//boost_unit_test_framework
|
||||||
<library>/boost/context//boost_context
|
<library>/boost/context//boost_context
|
||||||
<toolset>gcc,<segmented-stacks>on:<cxxflags>-fsplit-stack
|
<target-os>linux,<toolset>gcc,<segmented-stacks>on:<cxxflags>-fsplit-stack
|
||||||
<toolset>gcc,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
|
<target-os>linux,<toolset>gcc,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
|
||||||
<toolset>clang,<segmented-stacks>on:<cxxflags>-fsplit-stack
|
<toolset>clang,<segmented-stacks>on:<cxxflags>-fsplit-stack
|
||||||
<toolset>clang,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
|
<toolset>clang,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
|
||||||
<link>static
|
<link>static
|
||||||
|
Loading…
x
Reference in New Issue
Block a user