We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98458a4 commit 5d0d615Copy full SHA for 5d0d615
unix/Makefile
@@ -177,8 +177,8 @@ ifneq ($(FROZEN_MPY_DIR),)
177
# then invoke make with FROZEN_MPY_DIR=frozen (be sure to build from scratch).
178
CFLAGS += -DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool
179
CFLAGS += -DMICROPY_MODULE_FROZEN_MPY
180
-CFLAGS += -DMICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE=0 # not supported
181
CFLAGS += -DMPZ_DIG_SIZE=16 # force 16 bits to work on both 32 and 64 bit archs
+MPY_CROSS_FLAGS += -mcache-lookup-bc
182
endif
183
184
0 commit comments