mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 12:38:55 +01:00
f28600031d
Co-authored-by: Clément Renault <clement@meilisearch.com>
21 lines
520 B
TOML
21 lines
520 B
TOML
[workspace]
|
|
members = ["milli", "filter-parser", "http-ui", "benchmarks", "infos", "helpers", "cli"]
|
|
default-members = ["milli"]
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
debug = true
|
|
|
|
# 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.
|
|
[profile.dev.build-override]
|
|
opt-level = 3
|
|
[profile.release.build-override]
|
|
opt-level = 3
|
|
[profile.bench.build-override]
|
|
opt-level = 3
|
|
[profile.test.build-override]
|
|
opt-level = 3
|