remove -fspec-constr-count workaround
not needed with ghc 7.4
This commit is contained in:
parent
ed0f5cd2d3
commit
6d3fb5cba7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
IGNORE=-ignore-package monads-fd
|
IGNORE=-ignore-package monads-fd
|
||||||
GHCFLAGS=-O2 -Wall $(IGNORE) -fspec-constr-count=8
|
GHCFLAGS=-O2 -Wall $(IGNORE)
|
||||||
|
|
||||||
ifdef PROFILE
|
ifdef PROFILE
|
||||||
GHCFLAGS=-prof -auto-all -rtsopts -caf-all -fforce-recomp $(IGNORE)
|
GHCFLAGS=-prof -auto-all -rtsopts -caf-all -fforce-recomp $(IGNORE)
|
||||||
|
|
Loading…
Add table
Reference in a new issue