diff --git a/Cargo.toml b/Cargo.toml index 46d40b6..3629006 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ features = ["std", "clock"] [profile.release] lto = true -codegen-units = 1 debug = false +strip = true panic = "unwind" -strip = "symbols" +codegen-units = 1