Skip to content

Commit b191038

Browse files
committed
qemu-arm: Enable source line numbers, for easier debugging.
1 parent ee831ca commit b191038

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qemu-arm/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define MICROPY_STACK_CHECK (1)
1313
#define MICROPY_HELPER_REPL (0)
1414
#define MICROPY_HELPER_LEXER_UNIX (0)
15-
#define MICROPY_ENABLE_SOURCE_LINE (0)
15+
#define MICROPY_ENABLE_SOURCE_LINE (1)
1616
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
1717
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE)
1818
#define MICROPY_PY_BUILTINS_FROZENSET (1)

0 commit comments

Comments
 (0)