static building
This commit is contained in:
parent
0d492adb0a
commit
ce55e6a545
1 changed files with 4 additions and 0 deletions
4
build-static.sh
Executable file
4
build-static.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
RUSTFLAGS='-C target-feature=+crt-static'
|
||||
cargo build --release
|
Loading…
Add table
Add a link
Reference in a new issue