mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Merge #642
642: Remove LTO in release profile r=Kerollmops a=loiclec Since we can't enable it in Meilisearch (see https://github.com/meilisearch/meilisearch/pull/2717 ), we should not enable it in milli either. The goal is for milli's benchmarks to accurately represent its performance within meilisearch. Co-authored-by: Loïc Lecrenier <loic@meilisearch.com>
This commit is contained in:
commit
a3622eda46
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue