Skip to content

Commit ac23662

Browse files
committed
unix: Enabled importing of persistent bytecode (.mpy files).
1 parent 476c152 commit ac23662

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

unix/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
// options to control how Micro Python is built
2828

2929
#define MICROPY_ALLOC_PATH_MAX (PATH_MAX)
30+
#define MICROPY_PERSISTENT_CODE_LOAD (1)
3031
#if !defined(MICROPY_EMIT_X64) && defined(__x86_64__)
3132
#define MICROPY_EMIT_X64 (1)
3233
#endif

0 commit comments

Comments
 (0)