mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
preload: define UNW_LOCAL_ONLY for libunwind
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
# include <execinfo.h>
|
||||
#endif
|
||||
#ifdef ENABLE_LIBUNWIND
|
||||
# define UNW_LOCAL_ONLY
|
||||
# include <libunwind.h>
|
||||
#endif
|
||||
#include <sched.h>
|
||||
|
||||
Reference in New Issue
Block a user