johnsonjh / duma

duma: Detect Unintended Memory Access (D.U.M.A.) - A Red-Zone memory allocator
https://github.com/johnsonjh/duma
GNU General Public License v2.0
99 stars 10 forks source link

Stacktrace library will not compile #184

Open rsp4jack opened 2 years ago

rsp4jack commented 2 years ago

Sources in ./stacktrace/ implements StackTraceCleanup() and printStackTrace(), it is necessary in Windows.

But it is not even in the CMakeLists.txt. It will not compile and link.