We use the MinGW toolchain that ships with the Qt Libraries. This is the output of gcc -v
Thread model: posix
gcc version 5.3.0 (i686-posix-dwarf-rev0, Built by MinGW-W64 project)
Using BOOST_STACKTRACE_USE_WINDBG_CACHED results in the following compiler error:
../boost/stacktrace/detail/frame_msvc.ipp(167): fatal error C1189: #error: Your compiler does not support C++11 thread_local storage. It's impossible to build with BOOST_STACKTRACE_USE_WINDBG_CACHED.
These are the compiller settings:
-O0 -g3 -Wall -c -fmessage-length=0 -std=c++14