[
https://issues.apache.org/jira/browse/MYNEWT-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher Collins closed MYNEWT-167.
--------------------------------------
Resolution: Fixed
> Newt sometimes performs unnecessary compiles due to inconsistent ordering of
> flags
> ----------------------------------------------------------------------------------
>
> Key: MYNEWT-167
> URL: https://issues.apache.org/jira/browse/MYNEWT-167
> Project: Mynewt
> Issue Type: Bug
> Components: Newt
> Reporter: Christopher Collins
> Assignee: Christopher Collins
> Fix For: v0_8_0_beta2
>
>
> The cflags, lflags, and aflags that get passed to the compiler are not always
> consistently ordered between builds. If the compiler invocation is different
> from the previous one, newt forces a recompile. If the only thing that has
> changed is the order of the flags, then such a recompile is unnecessary.
> The fix is to sort the flags alphabetically.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)