increate spec-constr-count
Was getting SpecConstr warnings on Command.Find
This commit is contained in:
parent
8f4fdb3f97
commit
435a349ef5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
Loading…
Reference in a new issue