diff options
| author | ruki <[email protected]> | 2019-12-22 23:15:47 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-12-22 23:15:47 +0800 |
| commit | 04e13262c4e18ec1832bb992c481350ad6f19e39 (patch) | |
| tree | a3fcb740002f2e2dde5a111cf650aa9a9e88f26a /core/src | |
| parent | 0f8eeca545c499c6e018138a93603043ed109eb3 (diff) | |
disable backtrace for linux
Diffstat (limited to 'core/src')
| -rwxr-xr-x | core/src/tbox/inc/linux/tbox.config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/src/tbox/inc/linux/tbox.config.h b/core/src/tbox/inc/linux/tbox.config.h index c2ad5337a..e0b677041 100755 --- a/core/src/tbox/inc/linux/tbox.config.h +++ b/core/src/tbox/inc/linux/tbox.config.h @@ -88,11 +88,7 @@ #define TB_CONFIG_LIBC_HAVE_SETJMP 1 #define TB_CONFIG_LIBC_HAVE_SIGSETJMP 1 #define TB_CONFIG_LIBC_HAVE_KILL 1 -#if defined(__ANDROID__) /* #undef TB_CONFIG_LIBC_HAVE_BACKTRACE */ -#else -# define TB_CONFIG_LIBC_HAVE_BACKTRACE 1 -#endif #define TB_CONFIG_LIBC_HAVE_SETLOCALE 1 #define TB_CONFIG_LIBC_HAVE_FPUTC 1 #define TB_CONFIG_LIBC_HAVE_FGETC 1 |
