diff --git a/Cargo.toml b/Cargo.toml index c3006cc..78b2140 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,3 +94,4 @@ panic = "abort" [profile.release] panic = "abort" codegen-units = 1 +lto = true