cc3200/mpconfigport.h: Disable compiler optimisation of OrderedDict.

This port would rather keep the code size as RAM.
This commit is contained in:
Damien George 2019-03-01 15:21:06 +11:00
parent 0779693c23
commit 47e551ba59

View File

@ -39,6 +39,7 @@
#define MICROPY_PERSISTENT_CODE_LOAD (1) #define MICROPY_PERSISTENT_CODE_LOAD (1)
#define MICROPY_EMIT_THUMB (0) #define MICROPY_EMIT_THUMB (0)
#define MICROPY_EMIT_INLINE_THUMB (0) #define MICROPY_EMIT_INLINE_THUMB (0)
#define MICROPY_COMP_CONST_LITERAL (0)
#define MICROPY_COMP_MODULE_CONST (1) #define MICROPY_COMP_MODULE_CONST (1)
#define MICROPY_ENABLE_GC (1) #define MICROPY_ENABLE_GC (1)
#define MICROPY_ENABLE_FINALISER (1) #define MICROPY_ENABLE_FINALISER (1)