diff --git a/Cargo.toml b/Cargo.toml index cfb3538b4c..2ae5bb45a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ redox_syscall = "0.4" [profile.release] panic = "abort" +lto = "fat" [profile.dev] panic = "abort"