aboutsummaryrefslogtreecommitdiff
path: root/src/common/stack_trace.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-06-21remove POSIX_C_SOURCE and remove dlfcn.h for static buildsluigi11111-0/+2
The former was a faulty "fix" for gmtime_r not existing on Windows. The latter is needed only for dynamic builds, and is not included with msys2, which ends up fine because Windows is only built static at this time.
2016-06-20common: fix build without libunwindmoneromooo-monero1-2/+2
2016-04-28Print stack trace on exceptionsmoneromooo-monero1-0/+120
if libunwind is found. Useful for debugging logs.