unix: Disable MICROPY_GC_ALLOC_THRESHOLD for minimal build.

pyexec-silent
Paul Sokolovsky 2016-07-21 00:37:53 +03:00
parent 93e353e384
commit 68815901d4
1 changed files with 1 additions and 0 deletions

View File

@ -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)