summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-02-27 14:36:40 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-02-27 14:36:40 -0400
commit6d3fb5cba71bb066e7493085f34b3f5e5aa46cd2 (patch)
tree65e2c78ffffb3295dc8f35e4dcb8bbf19eae1ff1
parented0f5cd2d3625007b966470d76f2f031134e9a63 (diff)
remove -fspec-constr-count workaround
not needed with ghc 7.4
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)