mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 13:40:31 +01:00
minimal: Use 1 byte for qstr hash, to make port more minimal.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
// options to control how Micro Python is built
|
||||
|
||||
#define MICROPY_QSTR_BYTES_IN_HASH (1)
|
||||
#define MICROPY_ALLOC_PATH_MAX (256)
|
||||
#define MICROPY_EMIT_X64 (0)
|
||||
#define MICROPY_EMIT_THUMB (0)
|
||||
|
||||
Reference in New Issue
Block a user