linux-rust: catch errors

This commit is contained in:
Kavish Devar
2025-10-22 20:16:08 +05:30
parent e5c2419ef6
commit fec226336c
2 changed files with 16 additions and 19 deletions

View File

@@ -24,7 +24,4 @@ opt-level = "s"
lto = true
codegen-units = 1
panic = "abort"
[profile.release-stripped]
inherits = "release"
strip = true