image-c.rs/build.sh

9 lines
197 B
Bash
Raw Normal View History

2024-08-09 01:13:27 -04:00
#!/usr/bin/env bash -e
export RUSTFLAGS='-Ctarget-cpu=x86-64-v3'
PROFILE=${PROFILE:-release-lto}
cargo build --profile "$PROFILE"
cargo build --profile "$PROFILE" --target=x86_64-pc-windows-gnu