From 64e5d30da89de0df0ce713306536f5cff22813f8 Mon Sep 17 00:00:00 2001 From: Zixuan Chen Date: Mon, 2 Sep 2024 00:30:00 +0800 Subject: [PATCH] chore: reduce wasm size --- crates/loro-wasm/.cargo/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/loro-wasm/.cargo/config.toml b/crates/loro-wasm/.cargo/config.toml index e841c735..f2e7d502 100644 --- a/crates/loro-wasm/.cargo/config.toml +++ b/crates/loro-wasm/.cargo/config.toml @@ -5,3 +5,4 @@ opt-level = "s" # But it's valuable for debugging. debug = true codegen-units = 1 +strip = true