diff --git a/Cargo.toml b/Cargo.toml index e0be4c5..c9ba52c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]