From 965cc657e57483759f9d522dc9b0e95313fced4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marcos?= Date: Sat, 14 Dec 2024 18:29:55 -0300 Subject: [PATCH] Enable LTO for release builds --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0919a6d..960b2fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,3 +36,6 @@ pretty_assertions = "1.3" regex = "1.7.0" unindent = "0.1.11" trycmd = "0.14.11" + +[profile.release] +lto = true