From 6a84f3ab939491375c65aa803be6ea2cb8fd66d5 Mon Sep 17 00:00:00 2001 From: iff Date: Sun, 6 Aug 2023 00:33:08 +0200 Subject: [PATCH] update: more optimized release profile --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ced5f47..5fb120c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,5 @@ regex-lite = "0.1" [profile.release] strip = true +codegen-units = 1 +lto = true