fix(build): M-02 — enable overflow checks in release profile

This commit is contained in:
2026-09-19 09:12:30 +02:00
parent a502845662
commit ad9148d867
2 changed files with 18 additions and 0 deletions
+1
View File
@@ -54,3 +54,4 @@ lto = true
codegen-units = 1
panic = "unwind"
strip = true
overflow-checks = true