]> aoc.elinar.fr Git - aoc_2024/commitdiff
Compilation en mode --release
authoralex <>
Sun, 8 Dec 2024 04:54:30 +0000 (05:54 +0100)
committeralex <>
Sun, 8 Dec 2024 04:54:30 +0000 (05:54 +0100)
Makefile

index 6e6505d6a893301b7b3cfa98cf2d1a074c4d3336..57a988301eb428536c639be684ca68f99359a818 100644 (file)
--- 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