minimal: Use 1 byte for qstr hash, to make port more minimal.

pull/1401/merge
Damien George 2015-08-02 20:54:58 +01:00
rodzic 9a2913ed1c
commit 7a26e4f484
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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)