rust/xargo/build.sh

4 lines
97 B
Bash
Raw Normal View History

#!/bin/sh
cd "$(dirname "$0")"
RUSTFLAGS='-Zalways-encode-mir -Zmir-emit-validate=1' xargo build