summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-30 20:20:25 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-30 20:20:25 -0400
commit435a349ef52dd6027f7071db2fb78c449242dc6f (patch)
tree826b5cb5d1ddcd812b998622e5f303e83f9675b3
parent8f4fdb3f9782fd39e48cb0a6d3e82866b9b1a976 (diff)
increate spec-constr-count
Was getting SpecConstr warnings on Command.Find
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93586762a..cda8fed6b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
PREFIX=/usr
IGNORE=-ignore-package monads-fd
-GHCFLAGS=-O2 -Wall $(IGNORE) -fspec-constr-count=5
+GHCFLAGS=-O2 -Wall $(IGNORE) -fspec-constr-count=8
ifdef PROFILE
GHCFLAGS=-prof -auto-all -rtsopts -caf-all -fforce-recomp $(IGNORE)