cc3200: Disable MICROPY_COMP_TRIPLE_TUPLE_ASSIGN.

Because it's only a compiler optimization and increases code size.
pull/1181/head
Daniel Campora 2015-04-12 23:58:04 +02:00
rodzic c69b4310c8
commit 99f7184073
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)