commit | 10fed2697ecf736b305dbd1669f22c4fb088d307 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Dec 10 02:44:21 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Dec 10 02:44:21 2021 +0000 |
tree | 7fab8b66d570ac9333c79c9944d237c6cbda8573 | |
parent | 4d5cd1f267d2c301a37378b6761a91c5199f0872 [diff] | |
parent | bc62193c7f9cfadf3cb331bf4fe063c11650223f [diff] |
Merge "Replace Rust global arg with more legible alternative"
diff --git a/rust/config/global.go b/rust/config/global.go index 23384e5..2821e31 100644 --- a/rust/config/global.go +++ b/rust/config/global.go
@@ -41,7 +41,7 @@ } GlobalRustFlags = []string{ - "--remap-path-prefix $$(pwd)=", + "-Z remap-cwd-prefix=.", "-C codegen-units=1", "-C debuginfo=2", "-C opt-level=3",