4 lines
94 B
Bash
4 lines
94 B
Bash
|
#!/bin/bash
|
||
|
cd "$(readlink -e "$(dirname "$0")")"
|
||
|
RUSTFLAGS='-Zalways-encode-mir' xargo build
|