From 31ca38b2824a8d4e8257e14b1a783016ff37258e Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 13 Dec 2021 14:55:25 +0200 Subject: Add -O2 flag to ghc command --- aoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aoc b/aoc index 8074537..3503057 100755 --- a/aoc +++ b/aoc @@ -16,4 +16,4 @@ if [ ! -f "${INPUT}" ]; then exit 1 fi -ghc ../utils.hs main.hs && (cat "${INPUT}" | ./main) +ghc -O2 ../utils.hs main.hs && (cat "${INPUT}" | ./main) -- cgit v1.3