diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index aa1adaa..d0c052b 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -37,7 +37,9 @@ local FORCE_SYMBOL_EXPORT = freebsd:"-rdynamic" BOOST_STACKTRACE_TEST_EXPORTS_TABLE_USAGE ; local BT_DEPS = linux:dl backtrace [ check-target-builds ../build//libbacktrace : : no ] ; -local AD2L_DEPS = linux:dl [ check-target-builds ../build//addr2line : : no ] ; +local AD2L_DEPS = linux:dl [ check-target-builds ../build//addr2line : : no ] + BOOST_STACKTRACE_TEST_NO_DEBUG_AT_ALL # Some old versions of addr2line may not produce readable names for a modern compilers + ; local WIND_DEPS = Dbgeng ole32 [ check-target-builds ../build//WinDbg : : no ] ; local WICA_DEPS = Dbgeng ole32 [ check-target-builds ../build//WinDbgCached : : no ] ; local NOOP_DEPS = ;