aboutsummaryrefslogtreecommitdiff
path: root/ports/unix/mpconfigport.h
diff options
context:
space:
mode:
authorJim Mussared2019-10-19 00:39:11 +1100
committerDamien George2019-10-21 23:21:18 +1100
commit93bd61ca91a3efcec9bc090fae193287bfa120e0 (patch)
tree0929bed7861c5a2be7fa1d8b6d4cd36bfda944ba /ports/unix/mpconfigport.h
parentdf7f632fd7003824500ec6c05f4395f667667d54 (diff)
unix: Allow building without a manifest.
Diffstat (limited to 'ports/unix/mpconfigport.h')
-rw-r--r--ports/unix/mpconfigport.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/unix/mpconfigport.h b/ports/unix/mpconfigport.h
index 0ff6b2b06..1bb80f970 100644
--- a/ports/unix/mpconfigport.h
+++ b/ports/unix/mpconfigport.h
@@ -113,7 +113,6 @@
#define MICROPY_PY_IO_IOBASE (1)
#define MICROPY_PY_IO_FILEIO (1)
#define MICROPY_PY_GC_COLLECT_RETVAL (1)
-#define MICROPY_MODULE_FROZEN_STR (1)
#ifndef MICROPY_STACKLESS
#define MICROPY_STACKLESS (0)