commit | 7727bac52686a0c7fd3eef82ad62d5f1477fb245 | [log] [tgz] |
---|---|---|
author | Brian Osman <brianosman@google.com> | Tue Apr 04 16:54:14 2023 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Wed Apr 05 13:49:12 2023 +0000 |
tree | a7c551503a87e511293aca4c9dbd013043585c19 | |
parent | dfc65350a1fd65536c1fd0331ba101d36d36c096 [diff] |
For OptimizeForSize builds, force AAA rather than SAA This hurts size a bit, as AAA is larger and more complicated than SAA. There is still room to shrink AAA as a follow-up, which I'd like to do, if only for maintenance reasons. Bug: skia:14232 Change-Id: I7740531419c53676f2aa00f657b809b1afc79d62 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/666499 Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by: Kevin Lubick <kjlubick@google.com>