4 lines
116 B
Bash
Executable File
4 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
cd "$(readlink -e "$(dirname "$0")")"
|
|
RUSTFLAGS='-Zalways-encode-mir -Zmir-emit-validate=1' xargo build
|