Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[features] Add feature for Oz minsize opt level
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 <[email protected]>
- Loading branch information