5
0
mirror of git://git.proxmox.com/git/pve-xtermjs.git synced 2024-12-22 17:35:56 +03:00

termproxy: enable full LTO

shaves of over 100KB of the final binary and this crate is small
enough to not notice a relevant compile time impact.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-10-04 17:26:56 +02:00
parent 145da0bf45
commit 7d87397198

View File

@ -11,6 +11,9 @@ license = "AGPL-3"
exclude = [ "build", "debian" ]
[profile.release]
lto = true
[dependencies]
anyhow = "1"
mio = { version = "0.8", features = [ "net", "os-ext" ] }