]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - makefile
Finish the precomputed_volume optimization.
[spline3.git] / makefile
index b284d7ea57fdadabb33af4971b413961eb0f91c0..6820e5a50020c27d2e5ebf9a04f05b8f5a55177f 100644 (file)
--- 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