Merge "Replace Rust global arg with more legible alternative"

This commit is contained in:
Treehugger Robot 2021-12-10 02:44:21 +00:00 committed by Gerrit Code Review
commit 10fed2697e

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",