]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - makefile
Choose a nearby value instead of zero when asked for a nonexistent function value.
[spline3.git] / makefile
index b284d7ea57fdadabb33af4971b413961eb0f91c0..22a98a7d95d7ea1e7ff692994ca5bf6c505fa0ee 100644 (file)
--- 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