diff --git a/test/link/Jamfile.v2 b/test/link/Jamfile.v2 index 56c03fe5..3c2c3087 100644 --- a/test/link/Jamfile.v2 +++ b/test/link/Jamfile.v2 @@ -5,6 +5,8 @@ lib link_test : link_test.cpp # This is needed to make the test work, I'm unsure if this # should be set globally. BOOST_DYN_LINK=1 + # Override multi inherited from parent. + single : debug release ;