Skip to content

Commit 491a31a

Browse files
committed
circuitpy_mpconfig.mk: Enable ULAB for "full builds"
This enables it on the imxrt and cds56 ports where it was disabled before
1 parent 66aa0de commit 491a31a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

py/circuitpy_mpconfig.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,11 @@ CIRCUITPY_SERIAL_UART = 0
339339
endif
340340
CFLAGS += -DCIRCUITPY_SERIAL_UART=$(CIRCUITPY_SERIAL_UART)
341341

342+
# ulab numerics library
343+
ifndef MICROPY_PY_ULAB
344+
MICROPY_PY_ULAB = $(CIRCUITPY_FULL_BUILD)
345+
endif
346+
342347
# Enabled micropython.native decorator (experimental)
343348
ifndef CIRCUITPY_ENABLE_MPY_NATIVE
344349
CIRCUITPY_ENABLE_MPY_NATIVE = 0

0 commit comments

Comments
 (0)