We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e353e commit 6881590Copy full SHA for 6881590
1 file changed
unix/mpconfigport_minimal.h
@@ -34,6 +34,7 @@
34
#define MICROPY_ALLOC_PARSE_CHUNK_INIT (64)
35
#define MICROPY_ALLOC_PATH_MAX (PATH_MAX)
36
#define MICROPY_ENABLE_GC (1)
37
+#define MICROPY_GC_ALLOC_THRESHOLD (0)
38
#define MICROPY_ENABLE_FINALISER (0)
39
#define MICROPY_STACK_CHECK (0)
40
#define MICROPY_COMP_CONST (0)
0 commit comments