From ba7eea30438b6dd9274e9ab91ca6232800daa281 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sun, 10 Mar 2024 14:08:25 +0100 Subject: [PATCH] Compile with fat LTO This reduces the file size from 119KiB to 87KiB. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index cfb3538b4c..2ae5bb45a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ redox_syscall = "0.4" [profile.release] panic = "abort" +lto = "fat" [profile.dev] panic = "abort"