Strip binaries when building static release
This commit is contained in:
parent
5d87f61d33
commit
d219e28280
|
@ -1,3 +1,6 @@
|
|||
[build]
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
target = "x86_64-unknown-linux-gnu"
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
|
|
Loading…
Reference in New Issue