fat lto for release builds
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user