From 0f081efa6ae62302cd14008ec06042cc96fe1b65 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 17 Feb 2022 09:47:43 -0500 Subject: [PATCH] lto = true --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66ec77c..b2e7896 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type=["cdylib"] debug = 0 codegen-units = 1 opt-level = 3 -lto = "fat" +lto = true [dependencies] wasm-bindgen = "0.2.79"