-
Notifications
You must be signed in to change notification settings - Fork 553
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
enable -gz
#7597
Comments
Does that only compress the debug sections? I think a lot of the binaries here are built without debug information (e.g. the default recommended CMake configuration is |
I think it would be good to get a zlib enabled LLVM into julia-1.6 before creating compressed debug sections in jlls (at least if they target 1.6 as well). This is not really nice user experience, see JuliaLang/julia#47727:
(I have compressed debug sections in some system libraries) |
I believe we do this. |
It seems like this may shrink some things quite significantly, per JuliaLang/julia#45631 (also could enable zstd instead of zlib, which likely has better performance and compression ratios, but that option is more recent)
The text was updated successfully, but these errors were encountered: