You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/06/05 14:55:41 UTC

[GitHub] [incubator-nuttx] zouboan commented on pull request #6155: boards: Move -fno-strict-aliasing from Make.defs to Toolchain.defs

zouboan commented on PR #6155:
URL: https://github.com/apache/incubator-nuttx/pull/6155#issuecomment-1146819240

   @xiaoxiang781216 This is a broken commit, my custom boards can't working properly after i merged with master branch. I'm revert by dichotomy, and finally positioned on this commit.
   i delete the following code
   ifneq ($(CONFIG_DEBUG_NOOPT),y)
     ARCHOPTIMIZATION += $(MAXOPTIMIZATION) -fno-strict-aliasing
   endif
   
   in my custom boards Make.defs, but the problem remains


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org