Use zstd to compress debug info in cc libraries
We can save a significant amount of disk space by compressing debug info in `lld` cc builds. This change configures a build flag to instruct lld to compress debug info when building cc libraries. Rather than adding a global config we add this to each target individually to avoid linker failures on windows cross build targets. Test: m Bug: 305277519 Change-Id: I4ab3d47fb0de7e31a39fb671cccde1acee3a2018
Loading
Please register or sign in to comment