qemu-arm: Enable source line numbers, for easier debugging.

stackless
Damien George 2015-02-16 17:45:34 +00:00
parent ee831cafa9
commit b191038198
1 changed files with 1 additions and 1 deletions

View File

@ -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)