match recent Makefile changes

This commit is contained in:
Paul m. p. P 2019-07-08 16:26:54 +02:00 committed by GitHub
parent d96c69e7a9
commit 7ccd408a64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,17 +39,17 @@
#define MICROPY_BUILTIN_METHOD_CHECK_SELF_ARG (0) #define MICROPY_BUILTIN_METHOD_CHECK_SELF_ARG (0)
#define MICROPY_CAN_OVERRIDE_BUILTINS (1) #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_WEAK_LINKS (0)
#define MICROPY_MODULE_GETATTR (1) #define MICROPY_MODULE_GETATTR (1)
#define MICROPY_MODULE_SPECIAL_METHODS (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) #define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (1)
#endif
#define MICROPY_LONGINT_IMPL_MPZ (2) #define MICROPY_LONGINT_IMPL_MPZ (2)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ) #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
#define MPZ_DIG_SIZE (16) #define MPZ_DIG_SIZE (16)