commit | bc62193c7f9cfadf3cb331bf4fe063c11650223f | [log] [tgz] |
---|---|---|
author | Chris Wailes <chriswailes@google.com> | Thu Dec 09 13:56:32 2021 -0800 |
committer | Chris Wailes <chriswailes@google.com> | Thu Dec 09 13:56:32 2021 -0800 |
tree | 27c2e0b7847f47acd9c7d97dd01c831bb49f704e | |
parent | 8f3da38b7027952272334e6524faebe5cb5ae3cc [diff] [blame] |
Replace Rust global arg with more legible alternative Bug: 201431719 Test: m rust Change-Id: I5e0fae74e1df02f059ddcfa004b29059126a52e0
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",