Revert "Use zstd to compress debug info in rust 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: I78830209e04e5cd8872d75ec3a0faa46acd47ac6 BUG: 306625613
This commit is contained in:
parent
a806f9dc44
commit
99d682ad4a
1 changed files with 0 additions and 2 deletions
|
@ -65,7 +65,6 @@ var (
|
|||
"-lpthread",
|
||||
"-lm",
|
||||
"-lgcc_s",
|
||||
"-Wl,--compress-debug-sections=zstd",
|
||||
}
|
||||
|
||||
deviceGlobalRustFlags = []string{
|
||||
|
@ -87,7 +86,6 @@ var (
|
|||
"-Wl,--use-android-relr-tags",
|
||||
"-Wl,--no-undefined",
|
||||
"-B${cc_config.ClangBin}",
|
||||
"-Wl,--compress-debug-sections=zstd",
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue