-
Notifications
You must be signed in to change notification settings - Fork 11
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
Resulting binary is very large in size #166
Comments
Some additional context:
If it's any help, I ran both the previous ruby-packer built and tebako built version of the tool throught bloaty and got this result:
|
Running the binary through |
Thank you @d4rky-pl |
The project built with ruby-packer fork with Ruby 3.1 weighs 26 MB.
The same project built using tebako takes 133 MB.
Both were built using the same Ubuntu 20 on Semaphore CI.
Comparing
ldd
result, the only thing that pops out iswith debug_info
vs
I remember ruby-packer had the same issue in the past and they managed to fix it after I reported it but I don't know what the fix was and if it's feasible for this project.
The text was updated successfully, but these errors were encountered: