From 2cfcbf42473e1c518b9a554a8ce1520ca0077860 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Fri, 15 Nov 2019 19:07:10 +0300 Subject: [PATCH] Update Jamfile.v2 --- test/Jamfile.v2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = ;