From c1e1c591e67a6be9ef1128de5c45229e91d94bd9 Mon Sep 17 00:00:00 2001 From: Billy Donahue Date: Wed, 5 Feb 2020 22:43:22 -0500 Subject: SERVER-45677 libunwind on by default where possible - tcmalloc to not use libunwind API, as it uses slow cursor steps. - Remove UNW_LOCAL_ONLY from CXXFLAGS everywhere. --- src/mongo/util/stacktrace_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/util/stacktrace_test.cpp') diff --git a/src/mongo/util/stacktrace_test.cpp b/src/mongo/util/stacktrace_test.cpp index 66d53a926d7..e8a57699caa 100644 --- a/src/mongo/util/stacktrace_test.cpp +++ b/src/mongo/util/stacktrace_test.cpp @@ -858,7 +858,7 @@ TEST_F(PrintAllThreadStacksTest, Go_200_Threads) { #endif // defined(MONGO_STACKTRACE_CAN_DUMP_ALL_THREADS) -#if defined(MONGO_USE_LIBUNWIND) || defined(MONGO_CONFIG_HAVE_EXECINFO_BACKTRACE) +#if defined(MONGO_CONFIG_USE_LIBUNWIND) || defined(MONGO_CONFIG_HAVE_EXECINFO_BACKTRACE) /** * Try to backtrace from a stack containing a libc function. To do this * we need a libc function that makes a user-provided callback, like qsort. -- cgit v1.2.1