2022-10-02 00:00:53 +08:00
|
|
|
#define PIKA_STACK_BUFF_SIZE 1024 * 4
|
2022-07-30 11:59:44 +08:00
|
|
|
#define PIKA_ASSERT_ENABLE 1
|
2022-10-08 21:28:29 +08:00
|
|
|
#define PIKA_MATH_ENABLE 1
|
2022-10-11 12:17:28 +08:00
|
|
|
#define PIKA_ARG_CACHE_ENABLE 1
|
|
|
|
#define PIKA_READ_FILE_BUFF_SIZE 1024 * 40
|