enable lto and stripping again

This commit is contained in:
Simon Gardling 2022-05-12 21:55:16 -04:00
parent f916de7524
commit 38a01a236c

View File

@ -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]