We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476c152 commit ac23662Copy full SHA for ac23662
1 file changed
unix/mpconfigport.h
@@ -27,6 +27,7 @@
27
// options to control how Micro Python is built
28
29
#define MICROPY_ALLOC_PATH_MAX (PATH_MAX)
30
+#define MICROPY_PERSISTENT_CODE_LOAD (1)
31
#if !defined(MICROPY_EMIT_X64) && defined(__x86_64__)
32
#define MICROPY_EMIT_X64 (1)
33
#endif
0 commit comments