From 609d0f3049c18b356dcfc95bed8f80cf35163839 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sat, 2 Sep 2023 05:56:50 +0200 Subject: [PATCH] Adjusted settings for better optimization --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e87a78d..57a121a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,3 +94,5 @@ exclude_firmwares = [] [profile.release] debug = true opt-level = 's' +codegen-units = 1 +lto = true