Fixed Cargo.toml and added some original profile settings

This commit is contained in:
Jamison Smith
2025-09-14 13:08:51 -07:00
parent 553bebb8ad
commit c10bb0e510

View File

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