Skip to content
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: add -fno-asynchronous-unwind-tables to reduce binary size #2984

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

rkuester
Copy link
Contributor

@rkuester rkuester commented Dec 5, 2024

Add -fno-asynchronous-unwind-tables to reduce binary size. Bloaty
showed the stack unwinding metadata to be taking up space even
when we don't use exceptions.

BUG=part of #2636

Add -fno-asynchronous-unwind-tables to reduce binary size. Bloaty
showed the stack unwinding metadata to be taking up space even
when we don't use exceptions.

BUG=part of tensorflow#2636
@rkuester rkuester requested a review from a team as a code owner December 5, 2024 01:04
@mergify mergify bot merged commit 47c3c89 into tensorflow:main Dec 5, 2024
84 checks passed
@rkuester rkuester deleted the feat-compression branch December 5, 2024 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants