From 76c07cd94ed5ba93c294c42b1cb6b28c43d42454 Mon Sep 17 00:00:00 2001 From: James Blackburn Date: Thu, 20 Oct 2022 20:15:09 +0100 Subject: [PATCH] Added optimization for release --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e89fc83..e600a74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,5 @@ fstrings = {version = "0.2.3"} clap = { version = "4.0", features = ["derive"] } [profile.release] -debug = 1 \ No newline at end of file +lto = true +codegen-units = 1