-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build script handling of OPT_LEVEL='s' #694
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #694 +/- ##
==========================================
- Coverage 95.80% 92.87% -2.93%
==========================================
Files 61 70 +9
Lines 8143 9517 +1374
Branches 0 9517 +9517
==========================================
+ Hits 7801 8839 +1038
- Misses 342 412 +70
- Partials 0 266 +266 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
can anyone review this PR? |
Awesome. thanks @justsmth and @shenjackyuanjie @skmcgrail @WillChilds-Klein !! is there a release that is expected to go out soon? |
We're working on the release now. I'm hopeful the release will be today. 🤞 |
Issues:
Addresses #691
Description of changes:
Improve handling of size-optimized builds, specifically, opt-levels "s" and "z".
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.