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 ddb5cfc commit d76f61aCopy full SHA for d76f61a
bricks/_common/mpconfigport.h
@@ -36,7 +36,11 @@
36
X(ETIMEDOUT) \
37
X(ECANCELED) \
38
39
-#define MICROPY_QSTR_BYTES_IN_HASH (1)
+#if PYBRICKS_OPT_EXTRA_LEVEL2
40
+#define MICROPY_QSTR_BYTES_IN_HASH (2)
41
+#else
42
+#define MICROPY_QSTR_BYTES_IN_HASH (0)
43
+#endif
44
#define MICROPY_ALLOC_PATH_MAX (256)
45
#define MICROPY_ALLOC_PARSE_CHUNK_INIT (16)
46
#define MICROPY_EMIT_X64 (PYBRICKS_OPT_NATIVE_MOD && __x86_64__)
0 commit comments