From a680c68e5b45bc5672ab5205bc10f554d9d6bfb4 Mon Sep 17 00:00:00 2001 From: Vikrant Chaudhary Date: Sun, 16 Feb 2025 20:00:46 +0100 Subject: [PATCH] Set codegen-units to 1 for release profile. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 69177a9..645db8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,5 @@ license = "MIT" repository = "https://github.com/nasa42/webterm" [profile.release] +codegen-units = 1 lto = true