retro-extend: reduce memory footprint
FossilOrigin-Name: e87ded2cc6ea350175cfbab8b15494bafa926d91b720edf15fa92d894521a8c5
This commit is contained in:
parent
8da5f7ab09
commit
4cc1f66341
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#define CELL int32_t
|
||||
#define IMAGE_SIZE 524288 * 16
|
||||
#define IMAGE_SIZE 524288 * 4
|
||||
#define ADDRESSES 2048
|
||||
#define STACK_DEPTH 512
|
||||
|
||||
|
|
Loading…
Reference in a new issue