From 5e8548d9ce18e00033f288960d4af43b8a457767 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 9 Mar 2022 01:16:48 +0100 Subject: [PATCH] Enable thin LTO on the release profile --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 04a37f23..cd2a3dab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,4 +67,5 @@ features = [ ] [profile.release] +lto = "thin" strip = "symbols"