diff --git a/Cargo.toml b/Cargo.toml index b8be092..e0157f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,8 +21,7 @@ strip = true [profile.wasm-release] inherits = "release" opt-level = 'z' -lto = true -codegen-units = 1 +lto = "thin" panic = "abort" [lints.clippy]