mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
enable optimization in every profile
This commit is contained in:
parent
d89f5ca48e
commit
86b916b008
@ -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