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 ee1d424 commit 186fa35Copy full SHA for 186fa35
py/circuitpy_mpconfig.h
@@ -603,4 +603,8 @@ void background_callback_run_all(void);
603
604
#define MICROPY_PY_OPTIMIZE_PROPERTY_FLASH_SIZE (CIRCUITPY_OPTIMIZE_PROPERTY_FLASH_SIZE)
605
606
+// Enable compiler functionality.
607
+#define MICROPY_ENABLE_COMPILER (1)
608
+#define MICROPY_PY_BUILTINS_COMPILE (1)
609
+
610
#endif // __INCLUDED_MPCONFIG_CIRCUITPY_H
0 commit comments