Replace Rust global arg with more legible alternative

Bug: 201431719
Test: m rust
Change-Id: I5e0fae74e1df02f059ddcfa004b29059126a52e0
This commit is contained in:
Chris Wailes
2021-12-09 13:56:32 -08:00
parent 8f3da38b70
commit bc62193c7f

View File

@@ -41,7 +41,7 @@ var (
}
GlobalRustFlags = []string{
"--remap-path-prefix $$(pwd)=",
"-Z remap-cwd-prefix=.",
"-C codegen-units=1",
"-C debuginfo=2",
"-C opt-level=3",