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