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
|