mirror of
https://github.com/Chaoscaot/schemsearch.git
synced 2025-11-04 21:54:00 +01:00
Improvements
This commit is contained in:
@ -13,4 +13,11 @@ inherits = "release"
|
||||
lto = true
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
lto = true
|
||||
|
||||
[profile.small]
|
||||
inherits = "release"
|
||||
lto = true
|
||||
strip = true
|
||||
opt-level = "z"
|
||||
codegen-units = 1
|
||||
|
||||
Reference in New Issue
Block a user