We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8137ff5 commit 40cc061Copy full SHA for 40cc061
bricks/_common/mpconfigport.h
@@ -50,7 +50,7 @@
50
#define MICROPY_DEBUG_PRINTERS (0)
51
#define MICROPY_ENABLE_GC (1)
52
#define MICROPY_ENABLE_FINALISER (1)
53
-#define MICROPY_GC_ALLOC_THRESHOLD (0)
+#define MICROPY_GC_ALLOC_THRESHOLD (PYBRICKS_OPT_EXTRA_LEVEL2)
54
#define MICROPY_STACK_CHECK (1)
55
#define MICROPY_HELPER_REPL (1)
56
#define MICROPY_HELPER_LEXER_UNIX (0)
0 commit comments