gupaxx/build.sh

8 lines
149 B
Bash
Raw Normal View History

2022-10-01 16:58:22 +00:00
#!/usr/bin/env bash
set -e
[[ $PWD = */gupax ]]
RUSTFLAGS="-C target-cpu=native" cargo build --profile optimized && du -hs target/optimized/gupax