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 c352e73 commit 722c486Copy full SHA for 722c486
ports/unix/mpconfigport.h
@@ -112,6 +112,7 @@ typedef long mp_off_t;
112
113
// Always enable GC.
114
#define MICROPY_ENABLE_GC (1)
115
+// CIRCUITPY-CHANGE
116
#define MICROPY_ENABLE_SELECTIVE_COLLECT (1)
117
118
#if !(defined(MICROPY_GCREGS_SETJMP) || defined(__x86_64__) || defined(__i386__) || defined(__thumb2__) || defined(__thumb__) || defined(__arm__))
0 commit comments