Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Commit e965d2b

Browse files
committed
unix/Makefile: Make "minimal" build be minimal again.
1 parent 4cfe3e8 commit e965d2b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

unix/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,11 @@ fast:
235235

236236
# build a minimal interpreter
237237
minimal:
238-
$(MAKE) COPT="-Os -DNDEBUG" CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_minimal.h>"' BUILD=build-minimal PROG=micropython_minimal MICROPY_PY_TERMIOS=0 MICROPY_PY_SOCKET=0 MICROPY_PY_FFI=0 MICROPY_USE_READLINE=0 MICROPY_FATFS=0
238+
$(MAKE) COPT="-Os -DNDEBUG" CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_minimal.h>"' \
239+
BUILD=build-minimal PROG=micropython_minimal \
240+
MICROPY_PY_BTREE=0 MICROPY_PY_FFI=0 MICROPY_PY_SOCKET=0 MICROPY_PY_THREAD=0 \
241+
MICROPY_PY_TERMIOS=0 MICROPY_PY_USSL=0 \
242+
MICROPY_USE_READLINE=0 MICROPY_FATFS=0
239243

240244
# build interpreter with nan-boxing as object model
241245
nanbox:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy