release build optimizations

This commit is contained in:
Yuhki 2025-04-04 11:40:46 +02:00
parent 6016da4b06
commit 31979bc66e

View file

@ -17,3 +17,9 @@ winconsole = "0.11.1"
ctrlc = "3.4.5" ctrlc = "3.4.5"
shellexpand = "3.1.0" shellexpand = "3.1.0"
flate2 = "1.1.1" flate2 = "1.1.1"
[profile.release]
strip = true
lto = true
opt-level = 3
codegen-units = 1