Skip to content
Snippets Groups Projects
Commit 99f71840 authored by Daniel Campora's avatar Daniel Campora
Browse files

cc3200: Disable MICROPY_COMP_TRIPLE_TUPLE_ASSIGN.

Because it's only a compiler optimization and increases code size.
parent c69b4310
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
#define MICROPY_COMP_MODULE_CONST (1)
#define MICROPY_ENABLE_GC (1)
#define MICROPY_ENABLE_FINALISER (1)
#define MICROPY_COMP_TRIPLE_TUPLE_ASSIGN (1)
#define MICROPY_COMP_TRIPLE_TUPLE_ASSIGN (0)
#define MICROPY_STACK_CHECK (0)
#define MICROPY_HELPER_REPL (1)
#define MICROPY_ENABLE_SOURCE_LINE (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