mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add LTO and codegen-units=1 to release compile options
This commit is contained in:
parent
ea365126b4
commit
72f8adaa70
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ members = [
|
|||
"permissive-json-pointer",
|
||||
]
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
lto = "thin"
|
||||
|
||||
[profile.dev.package.flate2]
|
||||
opt-level = 3
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue