mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
3e7f69aae2
That's easier to use than having to `cd xargo`
4 lines
94 B
Bash
Executable File
4 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
cd "$(readlink -e "$(dirname "$0")")"
|
|
RUSTFLAGS='-Zalways-encode-mir' xargo build
|