mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2026-08-19 01:14:43 -05:00
chore: set codegen-units=1 to decrease binary size in release (#390)
This commit is contained in:
@@ -27,6 +27,7 @@ indexmap = { version = "2.5.0", features = ["serde"] }
|
||||
|
||||
[profile.release]
|
||||
strip = "symbols"
|
||||
codegen-units = 1
|
||||
opt-level = "s"
|
||||
lto = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user