mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-04-02 12:39:05 +00:00
7 lines
149 B
Bash
Executable file
7 lines
149 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
[[ $PWD = */gupax ]]
|
|
|
|
RUSTFLAGS="-C target-cpu=native" cargo build --profile optimized && du -hs target/optimized/gupax
|