tmedicci commented on code in PR #3542:
URL: https://github.com/apache/nuttx-apps/pull/3542#discussion_r3415112704
##########
interpreters/python/Makefile:
##########
@@ -163,7 +163,7 @@ $(TARGETBUILD)/Makefile: $(HOSTPYTHON) $(CONFIG_SITE)
$(SETUP_LOCAL)
AR="$(AR)" \
ARFLAGS=" " \
MACHDEP="$(MACHDEP)" \
- OPT="-O3" \
+ OPT="-Os" \
Review Comment:
I couldn't investigate it further, but it wasn't working as expected, so I
set it directly on `OPT` for Python's `configure` script.
We can set this as an issue and investigate it later.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]