From f8ddfd88376e57fd85a9ed59f0743f11b0b4e8e4 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Thu, 2 Dec 2021 22:59:21 +0100 Subject: Day 2 and some additional Day 1 solutions --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 116750d..2938a76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,3 +8,6 @@ edition = "2021" [dependencies] aoc-runner = "0.3" aoc-runner-derive = "0.3" + +[profile.dev] +opt-level=3 -- cgit v1.2.3