diff options
Diffstat (limited to 'ports/powerpc/mpconfigport.h')
| -rw-r--r-- | ports/powerpc/mpconfigport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/powerpc/mpconfigport.h b/ports/powerpc/mpconfigport.h index 1800b8c7c..7a9277736 100644 --- a/ports/powerpc/mpconfigport.h +++ b/ports/powerpc/mpconfigport.h @@ -33,7 +33,7 @@ // will still be able to execute pre-compiled scripts, compiled with mpy-cross. #define MICROPY_ENABLE_COMPILER (1) -//#define MICROPY_DEBUG_VERBOSE (1) +// #define MICROPY_DEBUG_VERBOSE (1) #define MICROPY_QSTR_BYTES_IN_HASH (1) #define MICROPY_QSTR_EXTRA_POOL mp_qstr_frozen_const_pool |
