match recent Makefile changes
This commit is contained in:
parent
d96c69e7a9
commit
7ccd408a64
@ -39,17 +39,17 @@
|
||||
#define MICROPY_BUILTIN_METHOD_CHECK_SELF_ARG (0)
|
||||
#define MICROPY_CAN_OVERRIDE_BUILTINS (1)
|
||||
|
||||
|
||||
#define MICROPY_MODULE_FROZEN (0)
|
||||
#define MICROPY_MODULE_FROZEN_MPY (0)
|
||||
#define MICROPY_MODULE_FROZEN_STR (0)
|
||||
#define MICROPY_MODULE_WEAK_LINKS (0)
|
||||
|
||||
#define MICROPY_MODULE_GETATTR (1)
|
||||
#define MICROPY_MODULE_SPECIAL_METHODS (1)
|
||||
|
||||
|
||||
#ifdef FROZEN_MPY_DIR
|
||||
#define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (0)
|
||||
#else
|
||||
#define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (1)
|
||||
#endif
|
||||
#define MICROPY_LONGINT_IMPL_MPZ (2)
|
||||
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
|
||||
#define MPZ_DIG_SIZE (16)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user