aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-25 14:14:13 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-25 14:14:13 -0500
commitdb7754059096b740ccad6bb756e24f99a7d569e3 (patch)
tree37273269eecf4aac3b9e717890b97ded42faa654 /Cargo.toml
parent1c648a2fded3d4ec93889502021f778bf1a8a9ca (diff)
downloadteleterm-db7754059096b740ccad6bb756e24f99a7d569e3.tar.gz
teleterm-db7754059096b740ccad6bb756e24f99a7d569e3.zip
also build the wasm with -Oz
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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