From 91503949a2f061eb2ef81955261e728abcc1bfab Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 28 Jul 2019 22:11:32 +0800 Subject: disable some config for linux --- core/src/tbox/inc/linux/tbox.config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/tbox/inc/linux/tbox.config.h b/core/src/tbox/inc/linux/tbox.config.h index 47a6e5d31..6e801af8e 100755 --- a/core/src/tbox/inc/linux/tbox.config.h +++ b/core/src/tbox/inc/linux/tbox.config.h @@ -88,7 +88,7 @@ #define TB_CONFIG_LIBC_HAVE_SETJMP 1 #define TB_CONFIG_LIBC_HAVE_SIGSETJMP 1 #define TB_CONFIG_LIBC_HAVE_KILL 1 -#define TB_CONFIG_LIBC_HAVE_BACKTRACE 1 +/*#define TB_CONFIG_LIBC_HAVE_BACKTRACE 0*/ #define TB_CONFIG_LIBC_HAVE_SETLOCALE 1 #define TB_CONFIG_LIBC_HAVE_FPUTC 1 #define TB_CONFIG_LIBC_HAVE_FGETC 1 @@ -137,7 +137,7 @@ #define TB_CONFIG_POSIX_HAVE_PTHREAD_GETSPECIFIC 1 #define TB_CONFIG_POSIX_HAVE_PTHREAD_KEY_CREATE 1 #define TB_CONFIG_POSIX_HAVE_PTHREAD_KEY_DELETE 1 -#define TB_CONFIG_POSIX_HAVE_PTHREAD_SETAFFINITY_NP 1 +/*#define TB_CONFIG_POSIX_HAVE_PTHREAD_SETAFFINITY_NP 0*/ #define TB_CONFIG_POSIX_HAVE_SOCKET 1 #define TB_CONFIG_POSIX_HAVE_POLL 1 #define TB_CONFIG_POSIX_HAVE_OPENDIR 1 -- cgit v1.3.1