unix: Disable MICROPY_GC_ALLOC_THRESHOLD for minimal build.

pull/2254/head
Paul Sokolovsky 2016-07-21 00:37:53 +03:00
rodzic 93e353e384
commit 68815901d4
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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