You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enabling LTO, Oz is required to have a smaller firmware size.
This PR adds the "minsize" feature, which will be enabled along with LTO
on some ROM_EXT targets through bazel transition.
In our tests with ROM_EXT on the master branch,
* Os + LTO ~ +2,904 bytes
* Oz - LTO ~ -1,260 bytes
* Oz + LTO ~ -1,640 bytes
Change-Id: I141284b331b9760fb25f690bba4c10b02057f13f
Signed-off-by: Yi-Hsuan Deng <yhdeng@google.com>
0 commit comments