mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
chore: set codegen-units=1 to decrease binary size in release (#390)
This commit is contained in:
parent
67c4aaae11
commit
d43ec9cb82
@ -27,6 +27,7 @@ indexmap = { version = "2.5.0", features = ["serde"] }
|
||||
|
||||
[profile.release]
|
||||
strip = "symbols"
|
||||
codegen-units = 1
|
||||
opt-level = "s"
|
||||
lto = true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user