mirror of
https://github.com/micropython/micropython.git
synced 2026-03-10 10:50:17 +01:00
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:
@@ -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__))
|
||||
|
||||
Reference in New Issue
Block a user