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]
opt-level = 3
debug = false
panic = "unwind"
panic = "abort"
lto = true
codegen-units = 1
strip = true