Browse Source

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

unix: Enable GC.
pull/419/head
Damien George 11 years ago
parent
commit
a58a7aefbd
  1. 1
      unix/mpconfigport.h

1
unix/mpconfigport.h

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

Loading…
Cancel
Save