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:
parent
eba99f4ab1
commit
5571ab8599
1 changed files with 3 additions and 0 deletions
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue