mpy-cross: Enable t-strings.

So `mpy-cross` can compile t-strings.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2026-01-06 23:57:25 +11:00
parent d4751a164e
commit a989585147

View File

@@ -79,6 +79,7 @@
#define MICROPY_USE_INTERNAL_PRINTF (0)
#define MICROPY_PY_FSTRINGS (1)
#define MICROPY_PY_TSTRINGS (1)
#define MICROPY_PY_BUILTINS_STR_UNICODE (1)
#if !(defined(MICROPY_GCREGS_SETJMP) || defined(__x86_64__) || defined(__i386__) || defined(__thumb2__) || defined(__thumb__) || defined(__arm__))