diff --git a/interpreters/python/Makefile b/interpreters/python/Makefile index 36aaed3ab97..bda25793230 100644 --- a/interpreters/python/Makefile +++ b/interpreters/python/Makefile @@ -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} \