mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
qemu-arm: Enable source line numbers, for easier debugging.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#define MICROPY_STACK_CHECK (1)
|
||||
#define MICROPY_HELPER_REPL (0)
|
||||
#define MICROPY_HELPER_LEXER_UNIX (0)
|
||||
#define MICROPY_ENABLE_SOURCE_LINE (0)
|
||||
#define MICROPY_ENABLE_SOURCE_LINE (1)
|
||||
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
|
||||
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
|
||||
#define MICROPY_PY_BUILTINS_FROZENSET (1)
|
||||
|
||||
Reference in New Issue
Block a user