From 513a38f07ba889c56feda45fdff84ca2a42728f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Lecrenier?= Date: Wed, 21 Sep 2022 10:44:33 +0200 Subject: [PATCH] Remove LTO in release profile Since we can't enable it in Meilisearch, there is no point in having it enabled in milli --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a618c381..fd92eeb22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,6 @@ opt-level = 3 [profile.release] debug = true codegen-units = 1 -lto = "thin" # Make sure that the build scripts and proc-macros are compiled with # all the optimizations. It speeds up the zip crate that we use in the build.rs.