support 1M precompiler file buff

This commit is contained in:
pikastech 2023-04-19 18:42:07 +08:00
parent 4dd7331f61
commit f53f6571bd
2 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
#define PIKA_NAME_BUFF_SIZE 320
#define PIKA_PATH_BUFF_SIZE 640
#define PIKA_BYTES_DEFAULT_SIZE 640
#define PIKA_READ_FILE_BUFF_SIZE 0x10000
#define PIKA_READ_FILE_BUFF_SIZE 1024 * 1024
#define PIKA_ASSERT_ENABLE 1