add code for sw compiling and fix some problems
This commit is contained in:
2
deps/oblib/src/lib/ob_define.h
vendored
2
deps/oblib/src/lib/ob_define.h
vendored
@ -1493,6 +1493,8 @@ const int32_t OB_MAX_SYS_BKGD_THREAD_NUM = 64;
|
||||
const int64_t OB_MAX_CPU_NUM = 64;
|
||||
#elif __aarch64__
|
||||
const int64_t OB_MAX_CPU_NUM = 128;
|
||||
#else
|
||||
const int64_t OB_MAX_CPU_NUM = 64;
|
||||
#endif
|
||||
const int64_t OB_MAX_STATICS_PER_TABLE = 128;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user