]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Add "-threaded" to GHC_OPTIONS.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 23 Aug 2011 18:38:41 +0000 (14:38 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 23 Aug 2011 18:38:41 +0000 (14:38 -0400)
makefile

index 402f95667a4c404a13787998e0f9a88d56366521..22a98a7d95d7ea1e7ff692994ca5bf6c505fa0ee 100644 (file)
--- a/makefile
+++ b/makefile
@@ -16,6 +16,7 @@ GHC_OPTS := $(GHC_WARNINGS)  \
             -hidir $(TMPDIR) \
             --make           \
             -rtsopts         \
+            -threaded        \
             -o bin/${BIN}