mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-23 05:14:27 +01:00
Merge #224
224: Enable optimization in every profile r=Kerollmops a=irevoire Co-authored-by: Irevoire <tamo@meilisearch.com>
This commit is contained in:
commit
5cf1b0b138
@ -2,11 +2,14 @@
|
|||||||
members = ["milli", "http-ui", "benchmarks", "infos", "helpers", "search"]
|
members = ["milli", "http-ui", "benchmarks", "infos", "helpers", "search"]
|
||||||
default-members = ["milli"]
|
default-members = ["milli"]
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
opt-level = 3
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
debug = true
|
debug = true
|
||||||
|
|
||||||
[profile.bench]
|
[profile.test]
|
||||||
debug = true
|
opt-level = 3
|
||||||
|
|
||||||
# Make sure that the build scripts and proc-macros are compiled with
|
# 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.
|
# all the optimizations. It speeds up the zip crate that we use in the build.rs.
|
||||||
|
Loading…
Reference in New Issue
Block a user