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

This port would rather keep the code size as RAM.
pull/4567/head
Damien George 2019-03-01 15:21:06 +11:00
rodzic 0779693c23
commit 47e551ba59
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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