summaryrefslogtreecommitdiff
path: root/unix/mpconfigport_fast.h
diff options
context:
space:
mode:
Diffstat (limited to 'unix/mpconfigport_fast.h')
-rw-r--r--unix/mpconfigport_fast.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/unix/mpconfigport_fast.h b/unix/mpconfigport_fast.h
index 2dd55e42a..0694b7099 100644
--- a/unix/mpconfigport_fast.h
+++ b/unix/mpconfigport_fast.h
@@ -33,3 +33,8 @@
// 91 is a magic number proposed by @dpgeorge, which make pystone run ~ at tie
// with CPython 3.4.
#define MICROPY_MODULE_DICT_SIZE (91)
+
+// Don't include builtin upip, as this build is again intended just for
+// synthetic benchmarking
+#undef MICROPY_MODULE_FROZEN
+#define MICROPY_MODULE_FROZEN (0)