We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bdf165 commit 85ae17cCopy full SHA for 85ae17c
2 files changed
mpy-cross/main.c
@@ -32,6 +32,7 @@
32
33
#include "py/mpstate.h"
34
#include "py/compile.h"
35
+#include "py/persistentcode.h"
36
#include "py/runtime.h"
37
#include "py/gc.h"
38
#include "py/stackctrl.h"
mpy-cross/mpconfigport.h
@@ -47,6 +47,7 @@
47
48
#define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (0)
49
50
+#define MICROPY_READER_POSIX (1)
51
#define MICROPY_ENABLE_RUNTIME (0)
52
#define MICROPY_ENABLE_GC (1)
53
#define MICROPY_STACK_CHECK (1)
0 commit comments