unwind -> abort

This commit is contained in:
gigirassy
2026-08-28 04:18:43 +02:00
parent b42163a3ef
commit afde8cb457
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2021"
[profile.release] [profile.release]
opt-level = 3 opt-level = 3
debug = false debug = false
panic = "unwind" panic = "abort"
lto = true lto = true
codegen-units = 1 codegen-units = 1
strip = true strip = true