Remove LTO in release profile

Since we can't enable it in Meilisearch, there is no point in having it
enabled in milli
This commit is contained in:
Loïc Lecrenier 2022-09-21 10:44:33 +02:00
parent d94339a858
commit 513a38f07b
1 changed files with 0 additions and 1 deletions

View File

@ -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.