enable lto and stripping again
This commit is contained in:
parent
f916de7524
commit
38a01a236c
@ -16,8 +16,8 @@ threading = ["async-lock", "rayon"]
|
|||||||
debug = false
|
debug = false
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
opt-level = "z" #optimize for size
|
opt-level = "z" #optimize for size
|
||||||
#lto = "fat" #causes issues with wasm, disabling for the time being
|
lto = "thin"
|
||||||
strip = false
|
strip = true
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user