From: Michael Orlitzky Date: Wed, 31 Aug 2011 13:28:46 +0000 (-0400) Subject: Add -fno-spec-constr-count to the GHC command line. X-Git-Tag: 0.0.1~195 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=5d65220bb18088a0944458ebbb1efedea785c851 Add -fno-spec-constr-count to the GHC command line. --- diff --git a/makefile b/makefile index 22a98a7..6820e5a 100644 --- a/makefile +++ b/makefile @@ -17,6 +17,7 @@ GHC_OPTS := $(GHC_WARNINGS) \ --make \ -rtsopts \ -threaded \ + -fno-spec-constr-count \ -o bin/${BIN}