From dc709276ad5a45d23196f9458696a0993110b255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Hauspie?= <michael.hauspie@univ-lille.fr> Date: Sun, 31 Mar 2024 15:38:37 +0200 Subject: [PATCH] Activate LTO on release build --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index bc3cf14..629e13d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,3 +11,4 @@ serde = { version = "1.0.197", features = ["derive"]} [profile.release] strip = true +lto = true -- GitLab