Skip to content

Commit 6881590

Browse files
committed
unix: Disable MICROPY_GC_ALLOC_THRESHOLD for minimal build.
1 parent 93e353e commit 6881590

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

unix/mpconfigport_minimal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#define MICROPY_ALLOC_PARSE_CHUNK_INIT (64)
3535
#define MICROPY_ALLOC_PATH_MAX (PATH_MAX)
3636
#define MICROPY_ENABLE_GC (1)
37+
#define MICROPY_GC_ALLOC_THRESHOLD (0)
3738
#define MICROPY_ENABLE_FINALISER (0)
3839
#define MICROPY_STACK_CHECK (0)
3940
#define MICROPY_COMP_CONST (0)

0 commit comments

Comments
 (0)