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