Skip to content

Commit 39db8c4

Browse files
authored
split-stack flag for GCC
1 parent 0203086 commit 39db8c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Jamfile.v2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ project boost/coroutine/test
1919
<library>/boost/coroutine//boost_coroutine
2020
<library>/boost/program_options//boost_program_options
2121
<library>/boost/test///boost_unit_test_framework
22-
<toolset>gcc,<segmented-stacks>on:<cxxflags>-fsplit-stack
23-
<toolset>gcc,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
22+
<target-os>linux,<toolset>gcc,<segmented-stacks>on:<cxxflags>-fsplit-stack
23+
<target-os>linux,<toolset>gcc,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
2424
<toolset>clang,<segmented-stacks>on:<cxxflags>-fsplit-stack
2525
<toolset>clang,<segmented-stacks>on:<cxxflags>-DBOOST_USE_SEGMENTED_STACKS
2626
<link>static

0 commit comments

Comments
 (0)