Skip to content
Snippets Groups Projects
Commit 68815901 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

unix: Disable MICROPY_GC_ALLOC_THRESHOLD for minimal build.

parent 93e353e3
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment