This commit is contained in:
Paul m. p. P 2019-07-08 16:37:50 +02:00 committed by GitHub
parent b2fe9431f6
commit 68e272eb55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@
#define MICROPY_MODULE_GETATTR (1)
#define MICROPY_MODULE_SPECIAL_METHODS (1)
#define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (1)
#define MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE (0)
#define MICROPY_LONGINT_IMPL_MPZ (2)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
#define MPZ_DIG_SIZE (16)