mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-06 01:34:29 +01:00
6 lines
111 B
C
6 lines
111 B
C
|
#define UNW_LOCAL_ONLY
|
||
|
#include <libunwind.h>
|
||
|
#if !defined(UNW_REMOTE_ONLY)
|
||
|
#include "Gtest-nomalloc.c"
|
||
|
#endif
|