summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2019-12-22 23:15:47 +0800
committerruki <[email protected]>2019-12-22 23:15:47 +0800
commit04e13262c4e18ec1832bb992c481350ad6f19e39 (patch)
treea3fcb740002f2e2dde5a111cf650aa9a9e88f26a /core/src
parent0f8eeca545c499c6e018138a93603043ed109eb3 (diff)
disable backtrace for linux
Diffstat (limited to 'core/src')
-rwxr-xr-xcore/src/tbox/inc/linux/tbox.config.h4
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