From a3bb0bed4680be4bd72d815d82b663fb1505e1a3 Mon Sep 17 00:00:00 2001 From: Viktor Govako Date: Mon, 13 Dec 2021 15:52:23 +0300 Subject: [PATCH] Set boost addr2line option for stacktrace. Signed-off-by: Viktor Govako --- generator/utils.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/generator/utils.cpp b/generator/utils.cpp index 1f13f0320..26d7f5ccf 100644 --- a/generator/utils.cpp +++ b/generator/utils.cpp @@ -24,6 +24,7 @@ #include #define BOOST_STACKTRACE_GNU_SOURCE_NOT_REQUIRED +#define BOOST_STACKTRACE_USE_ADDR2LINE #include namespace generator