mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
interpreters/python: Optmize Python for size
This aims to reduce Python's library size. Signed-off-by: Tiago Medicci <tiago.medicci@espressif.com>
This commit is contained in:
parent
afc652243e
commit
200d90e9c0
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ $(TARGETBUILD)/Makefile: $(HOSTPYTHON) $(CONFIG_SITE) $(SETUP_LOCAL)
|
|||
AR="$(AR)" \
|
||||
ARFLAGS=" " \
|
||||
MACHDEP="$(MACHDEP)" \
|
||||
OPT="-O3" \
|
||||
OPT="-Os" \
|
||||
CONFIG_SITE="$(CONFIG_SITE)" \
|
||||
$(CPYTHON_PATH)/configure \
|
||||
--prefix=${TARGETINSTALL} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue