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