diff options
Diffstat (limited to 'unix')
-rw-r--r-- | unix/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index a895aeab0c..fc2a18278f 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -74,6 +74,7 @@ // Define to MICROPY_ERROR_REPORTING_DETAILED to get function, etc. // names in exception messages (may require more RAM). #define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED) +#define MICROPY_WARNINGS (1) // Define to 1 to use undertested inefficient GC helper implementation // (if more efficient arch-specific one is not available). |