From b5b0a63f67da154692884c7d04e491d566ce174d Mon Sep 17 00:00:00 2001 From: VC Date: Thu, 1 Dec 2022 13:55:44 +0100 Subject: [PATCH] feat: further optimize executable size --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index cc4e955..a739a97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,3 +27,4 @@ mime = "^0.3" [profile.release] strip = true lto = true +codegen-units = 1