aboutsummaryrefslogtreecommitdiffstats
path: root/aoc
diff options
context:
space:
mode:
Diffstat (limited to 'aoc')
-rwxr-xr-xaoc2
1 files changed, 1 insertions, 1 deletions
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)