Clear some logs and minimize binary file size

This commit is contained in:
2026-08-14 23:49:37 +03:00
parent eb6c9c5084
commit 0332e40feb
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -22,11 +22,14 @@ zstd = "0.13.3"
zip = "8.6.0"
rfd = "0.17.2"
mimalloc = "0.1.52"
[profile.super-release]
inherits = "release"
codegen-units = 1
lto = true
opt-level = 3
strip = true
panic = "abort"
[dev-dependencies]
criterion = "0.8.2"