diff options
| author | ruki <[email protected]> | 2019-07-28 22:11:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-07-28 22:11:32 +0800 |
| commit | 91503949a2f061eb2ef81955261e728abcc1bfab (patch) | |
| tree | b47a66de332af87a314aa23c3f69bfaf8458053d /core/src | |
| parent | de61169ec9ff9ab2749708ced96f6f5b6a83c8c8 (diff) | |
disable some config for linux
Diffstat (limited to 'core/src')
| -rwxr-xr-x | core/src/tbox/inc/linux/tbox.config.h | 4 |
1 files 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 |
