]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Add -fno-spec-constr-count to the GHC command line.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 31 Aug 2011 13:28:46 +0000 (09:28 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 31 Aug 2011 13:28:46 +0000 (09:28 -0400)
makefile

index 22a98a7d95d7ea1e7ff692994ca5bf6c505fa0ee..6820e5a50020c27d2e5ebf9a04f05b8f5a55177f 100644 (file)
--- a/makefile
+++ b/makefile
@@ -17,6 +17,7 @@ GHC_OPTS := $(GHC_WARNINGS)  \
             --make           \
             -rtsopts         \
             -threaded        \
+            -fno-spec-constr-count \
             -o bin/${BIN}