We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a082e0 + a71f19b commit 96be941Copy full SHA for 96be941
py/circuitpy_mpconfig.h
@@ -87,7 +87,7 @@ extern void common_hal_mcu_enable_interrupts(void);
87
#define MICROPY_TRACKED_ALLOC (CIRCUITPY_SSL_MBEDTLS)
88
#define MICROPY_ENABLE_SOURCE_LINE (1)
89
#define MICROPY_EPOCH_IS_1970 (1)
90
-#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NORMAL)
+#define MICROPY_ERROR_REPORTING (CIRCUITPY_FULL_BUILD ? MICROPY_ERROR_REPORTING_NORMAL : MICROPY_ERROR_REPORTING_TERSE)
91
#define MICROPY_FLOAT_HIGH_QUALITY_HASH (0)
92
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
93
#define MICROPY_GC_ALLOC_THRESHOLD (0)
0 commit comments