Skip to content

Commit d06c165

Browse files
committed
simplify xargo instructions
1 parent 2b37d50 commit d06c165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ rustup component add rust-src
6565
chmod +x -R ~/.rustup/toolchains/*/lib/rustlib/src/rust/src/jemalloc/include/jemalloc/
6666
cargo install xargo
6767
cd xargo/
68-
RUSTFLAGS='-Zalways-encode-mir' xargo build --target `rustc -vV | egrep '^host: ' | sed 's/^host: //'`
68+
RUSTFLAGS='-Zalways-encode-mir' xargo build
6969
```
7070

7171
Now you can run miri against the libstd compiled by xargo:

0 commit comments

Comments
 (0)