X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=22a98a7d95d7ea1e7ff692994ca5bf6c505fa0ee;hb=cb5b361ea78acd6f8c04cd864adc15edd90299db;hp=b284d7ea57fdadabb33af4971b413961eb0f91c0;hpb=49e04554c05717ed3828d4f815a24eeeb01e58e3;p=spline3.git diff --git a/makefile b/makefile index b284d7e..22a98a7 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,13 @@ 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 \ + -o bin/${BIN} .PHONY : test publish_doc doc src_html hlint