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"