Update Cargo.toml

Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
Irevoire
2021-06-08 11:39:10 +02:00
committed by GitHub
parent c82a382b0b
commit e0c327bae2

View File

@ -8,7 +8,8 @@ debug = true
[profile.bench]
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]
opt-level = 3
[profile.release.build-override]