Skip to content

Commit

Permalink
Add rtti=on,off to B2_ARGS
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Dec 20, 2023
1 parent e299a19 commit e1832b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ jobs:
then
export BOOST_FILESYSTEM_TEST_WITH_EXAMPLES=1
fi
B2_ARGS=("-j" "$BUILD_JOBS" "toolset=${{matrix.toolset}}" "cxxstd=${{matrix.cxxstd}}")
B2_ARGS=("-j" "$BUILD_JOBS" "toolset=${{matrix.toolset}}" "cxxstd=${{matrix.cxxstd}}" "rtti=on,off")
if [ -n "${{matrix.build_variant}}" ]
then
B2_ARGS+=("variant=${{matrix.build_variant}}")
Expand Down

0 comments on commit e1832b7

Please sign in to comment.