mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
chore: set opt-level and lto for smaller binary size
This commit is contained in:
parent
b32410acba
commit
9fc0eae90a
@ -23,3 +23,5 @@ nix = { version = "0.27.1", default-features = false }
|
||||
|
||||
[profile.release]
|
||||
strip = "symbols"
|
||||
opt-level = "s"
|
||||
lto = true
|
||||
|
Loading…
Reference in New Issue
Block a user