Revert "Use zstd to compress debug info in cc libraries"
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: Ice939d57214879416da06d7134c6a8b56eaf00e6
BUG: 306625613
diff --git a/cc/config/global.go b/cc/config/global.go
index 6668937..be81b2e 100644
--- a/cc/config/global.go
+++ b/cc/config/global.go
@@ -203,9 +203,7 @@
"-Wl,-mllvm,-regalloc-enable-advisor=release",
}
- deviceGlobalLldflags = append(append(deviceGlobalLdflags, commonGlobalLldflags...),
- "-Wl,--compress-debug-sections=zstd",
- )
+ deviceGlobalLldflags = append(deviceGlobalLdflags, commonGlobalLldflags...)
hostGlobalCflags = []string{}