rs48/build-static.sh

4 lines
75 B
Bash
Executable file

#!/bin/sh
RUSTFLAGS='-C target-feature=+crt-static'
cargo build --release