Skip one more level in backtraces in debug builds.
authorMilian Wolff <mail@milianw.de>
Mon, 15 Jun 2015 19:11:06 +0000 (21:11 +0200)
committerMilian Wolff <mail@milianw.de>
Mon, 15 Jun 2015 19:11:24 +0000 (21:11 +0200)
commit137097f10ddaf8220c0d48221f194e333844f9e0
tree06cd369c3e292e30a6d0c20ef63cc8ef94204052
parentd0cc85430036e87ed75bdea9abb7ca7d0bf5e9c2
Skip one more level in backtraces in debug builds.

Otherwise, the malloc function would still be shown in the backtrace
and thereby breaking the aggregation we use elsewhere.
CMakeLists.txt
config.h.cmake
libheaptrack.cpp