summaryrefslogtreecommitdiff
path: root/py/mpconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r--py/mpconfig.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index 505b1b2d1..97e4b1387 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -39,9 +39,11 @@
#define MICROPY_MEM_STATS (0)
#endif
-// Whether to build code to show byte code
-#ifndef MICROPY_SHOW_BC
-#define MICROPY_SHOW_BC (0)
+// Whether to build functions that print debugging info:
+// mp_byte_code_print
+// mp_parse_node_print
+#ifndef MICROPY_DEBUG_PRINTERS
+#define MICROPY_DEBUG_PRINTERS (0)
#endif
/*****************************************************************************/