mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Update Cargo.toml
Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
parent
c82a382b0b
commit
e0c327bae2
@ -8,7 +8,8 @@ debug = true
|
|||||||
[profile.bench]
|
[profile.bench]
|
||||||
debug = true
|
debug = true
|
||||||
|
|
||||||
# Set the settings for build scripts and proc-macros.
|
# 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]
|
[profile.dev.build-override]
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
[profile.release.build-override]
|
[profile.release.build-override]
|
||||||
|
Loading…
Reference in New Issue
Block a user