From db7754059096b740ccad6bb756e24f99a7d569e3 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 25 Nov 2019 14:14:13 -0500 Subject: also build the wasm with -Oz --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f79e083..9ba1736 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,4 +3,5 @@ members = ["teleterm", "teleterm-web"] default-members = ["teleterm"] [profile.release] +opt-level = "z" lto = true -- cgit v1.2.3-54-g00ecf