unix: Disable MICROPY_GC_ALLOC_THRESHOLD for minimal build.
This commit is contained in:
parent
93e353e384
commit
68815901d4
|
@ -34,6 +34,7 @@
|
|||
#define MICROPY_ALLOC_PARSE_CHUNK_INIT (64)
|
||||
#define MICROPY_ALLOC_PATH_MAX (PATH_MAX)
|
||||
#define MICROPY_ENABLE_GC (1)
|
||||
#define MICROPY_GC_ALLOC_THRESHOLD (0)
|
||||
#define MICROPY_ENABLE_FINALISER (0)
|
||||
#define MICROPY_STACK_CHECK (0)
|
||||
#define MICROPY_COMP_CONST (0)
|
||||
|
|
Loading…
Reference in New Issue