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