commit | 78e8e30c87212105a5f2fa224e86535617089101 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Wed Apr 02 20:57:19 2014 +0300 |
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | Wed Apr 02 20:57:19 2014 +0300 |
tree | 758fdb1575f5fd67b5754a5e5396aeb72f8e57fa | |
parent | ad1bac63f714550bc6e2b0a718ee155288254b7a [diff] [blame] |
unix: Enable GC. GC support for "unix" port was implemented some time ago, but still not enabled.
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index 8950337..254d14d 100644 --- a/unix/mpconfigport.h +++ b/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)