diff --git a/test/project-test2/project-test2.jam b/test/project-test2/project-test2.jam index 136bfc860..b133e8e9b 100644 --- a/test/project-test2/project-test2.jam +++ b/test/project-test2/project-test2.jam @@ -8,9 +8,9 @@ import property ; feature toolset : : implicit ; feature optimization : off space speed ; -feature runtime-link : dynamic static : link-incompatible ; +feature runtime-link : dynamic static : link-incompatible optional ; feature rtti : on off : link-incompatible ; -feature threading : single multi : link-incompatible ; +feature threading : single multi : link-incompatible optional ; feature "include" : : free path ; feature variant : debug release : implicit composite ; diff --git a/v2/test/project-test2/project-test2.jam b/v2/test/project-test2/project-test2.jam index 136bfc860..b133e8e9b 100644 --- a/v2/test/project-test2/project-test2.jam +++ b/v2/test/project-test2/project-test2.jam @@ -8,9 +8,9 @@ import property ; feature toolset : : implicit ; feature optimization : off space speed ; -feature runtime-link : dynamic static : link-incompatible ; +feature runtime-link : dynamic static : link-incompatible optional ; feature rtti : on off : link-incompatible ; -feature threading : single multi : link-incompatible ; +feature threading : single multi : link-incompatible optional ; feature "include" : : free path ; feature variant : debug release : implicit composite ;