summaryrefslogtreecommitdiff
path: root/2019/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '2019/Makefile')
-rw-r--r--2019/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/2019/Makefile b/2019/Makefile
index ee0449e..a21d52b 100644
--- a/2019/Makefile
+++ b/2019/Makefile
@@ -1,5 +1,5 @@
GHC = ghc
-GHCFLAGS = -Wall -O3
+GHCFLAGS = -Wall -O3 -threaded
CXX = g++
CXXFLAGS = -Wall -Wextra -std=c++17 -O2