From 04e13262c4e18ec1832bb992c481350ad6f19e39 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 22 Dec 2019 23:15:47 +0800 Subject: disable backtrace for linux --- core/src/tbox/inc/linux/tbox.config.h | 4 ---- 1 file changed, 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 -- cgit v1.3.1