X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=6820e5a50020c27d2e5ebf9a04f05b8f5a55177f;hb=6b331ce746d10e9fe180b7c8ecc75988b24da535;hp=b284d7ea57fdadabb33af4971b413961eb0f91c0;hpb=49e04554c05717ed3828d4f815a24eeeb01e58e3;p=spline3.git diff --git a/makefile b/makefile index b284d7e..6820e5a 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,14 @@ GHC_WARNINGS += -fwarn-unused-do-bind BIN := spline3 TMPDIR := /tmp -GHC_OPTS := $(GHC_WARNINGS) -odir $(TMPDIR) -hidir $(TMPDIR) --make -o bin/${BIN} +GHC_OPTS := $(GHC_WARNINGS) \ + -odir $(TMPDIR) \ + -hidir $(TMPDIR) \ + --make \ + -rtsopts \ + -threaded \ + -fno-spec-constr-count \ + -o bin/${BIN} .PHONY : test publish_doc doc src_html hlint