From 937dfcbb72d80e4d6fafcdca36aa586135c92e01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Haye=C3=9F?= Date: Thu, 1 Oct 2020 14:51:59 +0200 Subject: [PATCH] Enable LTO for release build --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0c0ed03e..e4c9826f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ members = [ ] [profile.release] +lto = "thin" panic = "abort" debug = true