From 5d65220bb18088a0944458ebbb1efedea785c851 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 31 Aug 2011 09:28:46 -0400 Subject: [PATCH] Add -fno-spec-constr-count to the GHC command line. --- makefile | 1 + 1 file changed, 1 insertion(+) 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} -- 2.43.2