unix: Enabled importing of persistent bytecode (.mpy files).

This commit is contained in:
Damien George 2016-02-11 22:40:03 +00:00
parent 476c15290d
commit ac23662550
1 changed files with 1 additions and 0 deletions

View File

@ -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