We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f8e48c + 59f0674 commit 156f417Copy full SHA for 156f417
ports/unix/variants/minimal/mpconfigvariant.h
@@ -47,7 +47,6 @@
47
#define MICROPY_COMP_CONST_LITERAL (1)
48
#define MICROPY_COMP_CONST_TUPLE (1)
49
#define MICROPY_COMP_DOUBLE_TUPLE_ASSIGN (1)
50
-#define MICROPY_ENABLE_COMPILER (1)
51
#define MICROPY_ENABLE_EXTERNAL_IMPORT (1)
52
#define MICROPY_FULL_CHECKS (1)
53
#define MICROPY_HELPER_REPL (1)
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