unix: Enabled importing of persistent bytecode (.mpy files).
This commit is contained in:
parent
476c15290d
commit
ac23662550
@ -27,6 +27,7 @@
|
||||
// options to control how Micro Python is built
|
||||
|
||||
#define MICROPY_ALLOC_PATH_MAX (PATH_MAX)
|
||||
#define MICROPY_PERSISTENT_CODE_LOAD (1)
|
||||
#if !defined(MICROPY_EMIT_X64) && defined(__x86_64__)
|
||||
#define MICROPY_EMIT_X64 (1)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user