feat: reduce binary size for linux
This commit is contained in:
parent
9d0d834439
commit
3ccd30d007
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ name = "rust-tcp-file-transfer"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[profile.release]
|
||||
strip = "symbols"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue