We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug In linux libdefi_wallet_core_cpp.a is 1.1GB, in mac it is 865Mb.
libdefi_wallet_core_cpp.a
The text was updated successfully, but these errors were encountered:
not a bug, maybe not use static lib?
in readme, we can recommend to use dynamic lib than static lib
Sorry, something went wrong.
you can set some release profile features: https://github.com/johnthagen/min-sized-rust but overall, static binaries may always be large
things like symbols or panic handling may be useful for these initial release for bug reports
No branches or pull requests
Describe the bug
In linux
libdefi_wallet_core_cpp.a
is 1.1GB, in mac it is 865Mb.The text was updated successfully, but these errors were encountered: