diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-30 20:20:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-30 20:20:25 -0400 |
commit | 435a349ef52dd6027f7071db2fb78c449242dc6f (patch) | |
tree | 826b5cb5d1ddcd812b998622e5f303e83f9675b3 /Makefile | |
parent | 8f4fdb3f9782fd39e48cb0a6d3e82866b9b1a976 (diff) |
increate spec-constr-count
Was getting SpecConstr warnings on Command.Find
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |