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"