-
Notifications
You must be signed in to change notification settings - Fork 121
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
Don't optimize for size. #3711
Don't optimize for size. #3711
Conversation
What is the impact on the Evergreen binary size? |
This change shouldn't impact Evergreen, as for Evergreen the condition results in Actually, I think that by default Evergreen targets are getting compiled with Cobalt intends to optimize for size by default, and I believe that's why But Anyway, this may be a bug/regression and opportunity to reduce the size of the Evergreen binaries. Let's have a separate conversation about whether we want the target default to be |
The Evergreen issue does look like a regression from the Base/Net updates. #2969 made the change, and b/330781200 is also relevant. |
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.
Please rebase just in case
e9eb079
to
940bb57
Compare
This turns of the compiler flag for optimizing for size, so that it's optimizing for speed instead. b/348717754
940bb57
to
a47accd
Compare
Force pushed to rebase and rerun actions (GitHub UI didn't show a rebase button). |
This turns of the compiler flag for optimizing for size, so that it's optimizing for speed instead. b/348717754 (cherry picked from commit bf3a4c4)
Refer to the original PR: #3711 This turns of the compiler flag for optimizing for size, so that it's optimizing for speed instead. b/348717754 Co-authored-by: Jelle Foks <[email protected]>
This turns of the compiler flag for optimizing for size, so that it's optimizing for speed instead.
b/348717754