Skip to content
Snippets Groups Projects
Commit 47e551ba authored by Damien George's avatar Damien George
Browse files

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

This port would rather keep the code size as RAM.
parent 0779693c
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment