From 133ae7e1f1eb6ccd027a3a0117766551197671f2 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Fri, 26 Jan 2024 12:39:07 +0100 Subject: chore: fix selfhosting example Signed-off-by: Henry Gressmann --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b3ed635..33cfdd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members=["crates/*", "examples/rust"] resolver="2" [profile.wasm] -opt-level="z" +opt-level="s" lto="thin" codegen-units=1 panic="abort" -- cgit v1.3.1