We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d5196 commit 2e0a0b5Copy full SHA for 2e0a0b5
bricks/_common/mpconfigport.h
@@ -36,7 +36,7 @@
36
X(ETIMEDOUT) \
37
X(ECANCELED) \
38
39
-#define MICROPY_QSTR_BYTES_IN_HASH (1)
+#define MICROPY_QSTR_BYTES_IN_HASH (PYBRICKS_OPT_EXTRA_LEVEL2 ? 2 : 0)
40
#define MICROPY_ALLOC_PATH_MAX (256)
41
#define MICROPY_ALLOC_PARSE_CHUNK_INIT (16)
42
#define MICROPY_EMIT_X64 (PYBRICKS_OPT_NATIVE_MOD && __x86_64__)
0 commit comments