reduced THRLOCAL variable num

This commit is contained in:
dengxuyue
2021-03-06 15:09:47 +08:00
parent 3d79c59118
commit 0e5c533b17

View File

@ -5024,7 +5024,7 @@ static void CheckCleanCodeWarningInfo(const int baseNum, const int currentNum,
#ifdef BUILD_BY_CMAKE
#define BASE_GLOBAL_VARIABLE_NUM 211
#else
#define BASE_GLOBAL_VARIABLE_NUM 226
#define BASE_GLOBAL_VARIABLE_NUM 215
#endif
#define CMAKE_CMD_BUF_LEN 1000