boostorg / stacktrace

C++ library for storing and printing backtraces.
https://boost.org/libs/stacktrace
422 stars 69 forks source link

BOOST_STACKTRACE_USE_WINDBG is missing in windbg.cpp #135

Open deadlocklogic opened 1 year ago

deadlocklogic commented 1 year ago

https://github.com/boostorg/stacktrace/blob/95065ca63883c0b1d6754bdb7bb106058c7532cb/src/windbg.cpp#L1-L10 is missing:

#define BOOST_STACKTRACE_USE_WINDBG 
deadlocklogic commented 1 year ago

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.