diff options
author | Joey Hess <joey@kitenet.net> | 2012-02-27 14:36:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-02-27 14:36:40 -0400 |
commit | 6d3fb5cba71bb066e7493085f34b3f5e5aa46cd2 (patch) | |
tree | 65e2c78ffffb3295dc8f35e4dcb8bbf19eae1ff1 /Makefile | |
parent | ed0f5cd2d3625007b966470d76f2f031134e9a63 (diff) |
remove -fspec-constr-count workaround
not needed with ghc 7.4
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=8 +GHCFLAGS=-O2 -Wall $(IGNORE) ifdef PROFILE GHCFLAGS=-prof -auto-all -rtsopts -caf-all -fforce-recomp $(IGNORE) |