From aba4ab49dba70cbd8beb70d2a242a19b39674d25 Mon Sep 17 00:00:00 2001 From: timeshifter Date: Wed, 1 Jul 2026 18:33:03 +0200 Subject: [PATCH] day 11: enable fat LTO saves about 20 seconds --- day11/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/day11/Cargo.toml b/day11/Cargo.toml index 4bd62d4..dec06ce 100644 --- a/day11/Cargo.toml +++ b/day11/Cargo.toml @@ -5,3 +5,6 @@ edition = "2024" [dependencies] itertools = "*" + +[profile.release] +lto = "fat"