From 6d3fb5cba71bb066e7493085f34b3f5e5aa46cd2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 27 Feb 2012 14:36:40 -0400 Subject: remove -fspec-constr-count workaround not needed with ghc 7.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 43d498f1c..6adbdc2df 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PREFIX=/usr IGNORE=-ignore-package monads-fd -GHCFLAGS=-O2 -Wall $(IGNORE) -fspec-constr-count=8 +GHCFLAGS=-O2 -Wall $(IGNORE) ifdef PROFILE GHCFLAGS=-prof -auto-all -rtsopts -caf-all -fforce-recomp $(IGNORE) -- cgit v1.2.3