From 67c757786deb933b79a030527118eeb3eba860d0 Mon Sep 17 00:00:00 2001 From: alex <> Date: Sun, 8 Dec 2024 05:54:30 +0100 Subject: [PATCH] Compilation en mode --release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6e6505d..57a9883 100644 --- a/Makefile +++ b/Makefile @@ -14,4 +14,4 @@ test-day%: # run a specific day with its input file day%: - cargo run $@ input/$@.txt + cargo run --release $@ input/$@.txt -- 2.39.5