Reapply "Compress debug info in clang builds with zstd"

This reverts commit 6d089b7de0.

Test: m
Bug: 305277519
Change-Id: Iaa27fa0aae8ef624b403e905bfb04df15e380baf
This commit is contained in:
Eric Rahm 2023-10-20 15:56:17 +00:00
parent eba99f4ab1
commit 5571ab8599

View file

@ -133,6 +133,9 @@ var (
// Using simple template names reduces the size of debug builds.
"-gsimple-template-names",
// Use zstd to compress debug data.
"-gz=zstd",
// Make paths in deps files relative.
"-no-canonical-prefixes",
}