diff --git a/build-static.sh b/build-static.sh new file mode 100755 index 0000000..ab3a13d --- /dev/null +++ b/build-static.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +RUSTFLAGS='-C target-feature=+crt-static' +cargo build --release