链接libunwind报错
undefined reference to `_Ux86_64_init_local'
在include前面加宏
// We only need local unwinder.
#define UNW_LOCAL_ONLY
extern "C"
{
#include <libunwind.h>
}链接libunwind报错
undefined reference to `_Ux86_64_init_local'
在include前面加宏
// We only need local unwinder.
#define UNW_LOCAL_ONLY
extern "C"
{
#include <libunwind.h>
}
被折叠的 条评论
为什么被折叠?