diff --git a/Cargo.toml b/Cargo.toml index 713184e7..47dc039f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ opt-level = 3 [profile.release] # codegen-units = 1 -lto = "thin" +lto = "fat" [profile.wasm-release] inherits = "release"