fat lto for release builds

This commit is contained in:
Simon Gardling 2022-05-17 19:56:25 -04:00
parent 43c4450903
commit a304d545f6

View File

@ -16,7 +16,7 @@ threading = ["async-lock", "rayon"]
debug = false
codegen-units = 1
opt-level = "z" #optimize for size
lto = "thin"
lto = "fat"
strip = true
panic = "abort"