From 7e4ec3bf4f90232d3193425519ed0fc1b708c27f Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 27 Jun 2014 20:46:15 +0300 Subject: [PATCH] bare-arm: Hint of setting MICROPY_ERROR_REPORTING to REPORTING_TERSE. Commented out so far, as enabled leads to dozen more bytes used actually (due to string pooling effects). --- bare-arm/mpconfigport.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bare-arm/mpconfigport.h b/bare-arm/mpconfigport.h index 604eacd1e9..8598735480 100644 --- a/bare-arm/mpconfigport.h +++ b/bare-arm/mpconfigport.h @@ -28,6 +28,8 @@ #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE) #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_NONE) +//#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE) + // type definitions for the specific machine #define BYTES_PER_WORD (4)