commit | 6d089b7de00a386904b4e11db6cf64ae22f6897c | [log] [tgz] |
---|---|---|
author | Matías Hernández <matiashe@google.com> | Fri Oct 20 13:07:14 2023 +0000 |
committer | Matías Hernández <matiashe@google.com> | Fri Oct 20 13:07:14 2023 +0000 |
tree | 401f9bbfd8b6e0b737c2ad99d3694a38f18d23c0 | |
parent | d0500f10ef3593aca9b97138b0f5bc1986b631b7 [diff] |
Revert "Compress debug info in clang builds with zstd" Revert submission 2788316 Reason for revert: DroidMonitor-triggered revert due to breakage https://android-build.corp.google.com/builds/quarterdeck?branch=git_main&target=panther-next-userdebug&lkgb=10981485&lkbb=10981536&fkbb=10981536, bug b/306625613 Reverted changes: /q/submissionid:2788316 Change-Id: I7a49b82d26454fe34f8200622a38cdabc0f446cf BUG: 306625613
diff --git a/cc/config/global.go b/cc/config/global.go index be81b2e..62b008b 100644 --- a/cc/config/global.go +++ b/cc/config/global.go
@@ -133,9 +133,6 @@ // 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", }