From db404f3d6847669491f2177e0ec9eb8d645d783c Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 15 Feb 2022 09:05:40 -0500 Subject: [PATCH] 'fat' lto --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 9e4a82f..4cbbd79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ crate-type=["cdylib"] debug = 0 codegen-units = 1 opt-level = 3 +lto = "fat" [dependencies] wasm-bindgen = "0.2.79"