summaryrefslogtreecommitdiff
path: root/minimal/mpconfigport.h
diff options
context:
space:
mode:
Diffstat (limited to 'minimal/mpconfigport.h')
-rw-r--r--minimal/mpconfigport.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/minimal/mpconfigport.h b/minimal/mpconfigport.h
index 95e216b12..c8f983865 100644
--- a/minimal/mpconfigport.h
+++ b/minimal/mpconfigport.h
@@ -3,6 +3,7 @@
// options to control how Micro Python is built
#define MICROPY_QSTR_BYTES_IN_HASH (1)
+#define MICROPY_QSTR_EXTRA_POOL mp_qstr_frozen_const_pool
#define MICROPY_ALLOC_PATH_MAX (256)
#define MICROPY_ALLOC_PARSE_CHUNK_INIT (16)
#define MICROPY_EMIT_X64 (0)
@@ -43,7 +44,7 @@
#define MICROPY_PY_IO (0)
#define MICROPY_PY_STRUCT (0)
#define MICROPY_PY_SYS (0)
-#define MICROPY_MODULE_FROZEN (0)
+#define MICROPY_MODULE_FROZEN_MPY (1)
#define MICROPY_CPYTHON_COMPAT (0)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)