aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-04-25 01:44:49 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-12-11 12:14:33 +0200
commit55b2b3dc5f730720467ea6af9c43b4d70d0feab0 (patch)
treef5f5c6c4cb861018200e896a8dd86e68866bb60c
parent016f83053669ee56561bebd8e9b65dac77b670ac (diff)
unix: Enable strict stackless mode in a branch for testing it in Travis.travis-stackless
-rw-r--r--ports/unix/mpconfigport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/unix/mpconfigport.h b/ports/unix/mpconfigport.h
index 06ae1e234..7fa8dcbc3 100644
--- a/ports/unix/mpconfigport.h
+++ b/ports/unix/mpconfigport.h
@@ -106,8 +106,8 @@
#define MICROPY_PY_GC_COLLECT_RETVAL (1)
#define MICROPY_MODULE_FROZEN_STR (1)
-#define MICROPY_STACKLESS (0)
-#define MICROPY_STACKLESS_STRICT (0)
+#define MICROPY_STACKLESS (1)
+#define MICROPY_STACKLESS_STRICT (1)
#define MICROPY_PY_OS_STATVFS (1)
#define MICROPY_PY_UTIME (1)