fat lto for release builds
This commit is contained in:
parent
43c4450903
commit
a304d545f6
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user