unix: Enable GC.

GC support for "unix" port was implemented some time ago, but still not
enabled.
pull/417/head
Paul Sokolovsky 2014-04-02 20:57:19 +03:00
rodzic ad1bac63f7
commit 78e8e30c87
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -3,6 +3,7 @@
#define MICROPY_EMIT_X64 (1)
#define MICROPY_EMIT_THUMB (0)
#define MICROPY_EMIT_INLINE_THUMB (0)
#define MICROPY_ENABLE_GC (1)
#define MICROPY_MEM_STATS (1)
#define MICROPY_DEBUG_PRINTERS (1)
#define MICROPY_ENABLE_REPL_HELPERS (1)