Merge pull request #417 from pfalcon/unix-enable-gc

unix: Enable GC.
This commit is contained in:
Damien George 2014-04-02 21:20:33 +01:00
commit a58a7aefbd

View File

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