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