aboutsummaryrefslogtreecommitdiff
path: root/ports/qemu-arm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports/qemu-arm/Makefile')
-rw-r--r--ports/qemu-arm/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/qemu-arm/Makefile b/ports/qemu-arm/Makefile
index f5329fe4d..9641e2425 100644
--- a/ports/qemu-arm/Makefile
+++ b/ports/qemu-arm/Makefile
@@ -4,6 +4,9 @@ include ../../py/mkenv.mk
# qstr definitions (must come before including py.mk)
QSTR_DEFS = qstrdefsport.h
+# MicroPython feature configurations
+MICROPY_ROM_TEXT_COMPRESSION ?= 1
+
# include py core make definitions
include $(TOP)/py/py.mk