release build opts

This commit is contained in:
2026-08-13 18:15:38 +02:00
parent 07518f1190
commit 0aab042859

View File

@@ -28,3 +28,5 @@ libc = "0.2"
[profile.release] [profile.release]
panic = "abort" panic = "abort"
lto = true lto = true
opt-level = 3
codegen-units = 1