mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
Strip symbols and enable LTO for smaller binaries (#5)
This commit is contained in:
committed by
GitHub
parent
a2d2e904f8
commit
13a688a0c1
@@ -5,6 +5,10 @@ edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
lto = "fat"
|
||||
|
||||
[dependencies]
|
||||
tempfile = "3.2"
|
||||
trust-dns-resolver = "0.22"
|
||||
|
||||
Reference in New Issue
Block a user