aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-09-01 18:14:43 +0200
committertomsmeding <tom.smeding@gmail.com>2017-09-01 18:15:25 +0200
commit19c70b8eaa1126f1648b009d99092432a5c88059 (patch)
treebd4171a4d6ef5e8ae2b09e1c84bf3e2346374e97 /Makefile
parent3d5d85e00f2a81efb62bb17f8e5db63fe5a49a61 (diff)
Structs + typedefs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0d7bf09..5602120 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
RUNFLAGS =
-GHCFLAGS = -Wall -Widentities -Wno-unused-imports -odir obj -hidir obj -j2
+GHCFLAGS = -Wall -Widentities -Wno-unused-imports -odir obj -hidir obj -j4
ifneq ($(PROFILE),)
RUNFLAGS += +RTS -xc
GHCFLAGS += -prof -fprof-auto