Update Cargo.toml

This commit is contained in:
Face
2025-09-25 21:10:23 +03:00
committed by GitHub
parent c10bb0e510
commit 9105b9f4dc

View File

@@ -22,7 +22,7 @@ serde_json = "1.0"
[profile.release] [profile.release]
opt-level = 3 opt-level = 3
lto = false lto = true
codegen-units = 16 codegen-units = 1
strip = true strip = true
panic = "abort" panic = "abort"