mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-25 07:41:00 +00:00
compile every build.rs with optimization
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@ -7,3 +7,13 @@ debug = true
|
|||||||
|
|
||||||
[profile.bench]
|
[profile.bench]
|
||||||
debug = true
|
debug = true
|
||||||
|
|
||||||
|
# Set the settings for build scripts and proc-macros.
|
||||||
|
[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
|
||||||
|
Reference in New Issue
Block a user