stacktrace
stacktrace copied to clipboard
BOOST_STACKTRACE_USE_WINDBG is missing in windbg.cpp
https://github.com/boostorg/stacktrace/blob/95065ca63883c0b1d6754bdb7bb106058c7532cb/src/windbg.cpp#L1-L10 is missing:
#define BOOST_STACKTRACE_USE_WINDBG
Just another issue:
CMake doesn't take into consideration: BOOST_STACKTRACE_LINK flag, so the the .cpp file are compiled anyway which leads to multiple definition error on MINGW.