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

minimal: Disable MICROPY_GC_ALLOC_THRESHOLD.

parent 68815901
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@
#define MICROPY_MEM_STATS (0)
#define MICROPY_DEBUG_PRINTERS (0)
#define MICROPY_ENABLE_GC (1)
#define MICROPY_GC_ALLOC_THRESHOLD (0)
#define MICROPY_REPL_EVENT_DRIVEN (0)
#define MICROPY_HELPER_REPL (1)
#define MICROPY_HELPER_LEXER_UNIX (0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment