You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GCC and binutils will pick this up and allow compression of the debug
sections in elf files using --compress-debug-sections=zstd
The resulting binaries will depend on libzstd1.so, so users must ensure
this is installed. It seems to come by default from Ubuntu 20.04
onwards, so that shouldn't be a problem for most.
0 commit comments