summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-02-28 10:41:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-02-28 10:41:24 -0400
commit93886ae707d16dc72318cb965d7c166c3c02f3e6 (patch)
treed7aa1d1e9d026bc50ce329a21209f90b2f51fa6d
parent8428703d78c36ec859e0b920a73b3d1441773257 (diff)
parent6d3fb5cba71bb066e7493085f34b3f5e5aa46cd2 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 43d498f1c..6adbdc2df 100644
--- a/Makefile
+++ b/Makefile
@@ -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)