add cargo config for static linking

This commit is contained in:
Crispy 2022-06-05 20:45:42 +02:00
parent 5c5496fbb7
commit fdbd3903ce

2
.cargo/config Normal file
View file

@ -0,0 +1,2 @@
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "target-feature=+crt-static"]