diff options
Diffstat (limited to 'unix/mpconfigport.h')
| -rw-r--r-- | unix/mpconfigport.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index daaac4395..1a6eb6f8d 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -51,7 +51,9 @@ #define MICROPY_MALLOC_USES_ALLOCATED_SIZE (1) #define MICROPY_MEM_STATS (1) #define MICROPY_DEBUG_PRINTERS (1) -#define MICROPY_DEBUG_STDERR (1) +// Printing debug to stderr may give tests which +// check stdout a chance to pass, etc. +#define MICROPY_DEBUG_PRINTER_DEST mp_stderr_print #define MICROPY_USE_READLINE_HISTORY (1) #define MICROPY_HELPER_REPL (1) #define MICROPY_REPL_EMACS_KEYS (1) |
