Merge "Replace Rust global arg with more legible alternative"
This commit is contained in:
commit
10fed2697e
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue