summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-04-02 21:20:33 +0100
committerDamien George <damien.p.george@gmail.com>2014-04-02 21:20:33 +0100
commita58a7aefbd330261cc5c79c9fc9d5c6a12d2aeeb (patch)
treee3c890b8d83b7157216af8dcb73d97dddeb49962
parentcc7085c1cecc6d46197f1472eb64f18453f3db25 (diff)
parent78e8e30c87212105a5f2fa224e86535617089101 (diff)
downloadmicropython-a58a7aefbd330261cc5c79c9fc9d5c6a12d2aeeb.tar.gz
micropython-a58a7aefbd330261cc5c79c9fc9d5c6a12d2aeeb.zip
Merge pull request #417 from pfalcon/unix-enable-gc
unix: Enable GC.
-rw-r--r--unix/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h
index 8950337d4a..254d14d98f 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)